Skip to content

Instantly share code, notes, and snippets.

@dkomanov
Created May 25, 2020 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dkomanov/a5dff1ba5b7339c1de1bdd02d40f4bab to your computer and use it in GitHub Desktop.
Save dkomanov/a5dff1ba5b7339c1de1bdd02d40f4bab to your computer and use it in GitHub Desktop.
[writing-async-app-in-scala-part-3] execution context
trait ExecutionContext {
def execute(runnable: Runnable): Unit
def reportFailure(cause: Throwable): Unit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment