Skip to content

Instantly share code, notes, and snippets.

@charmygarg
Last active June 15, 2017 05:20
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 charmygarg/93ff74deeffb8dab85ba7e7d19eb4d13 to your computer and use it in GitHub Desktop.
Save charmygarg/93ff74deeffb8dab85ba7e7d19eb4d13 to your computer and use it in GitHub Desktop.
Monix
import scala.concurrent.ExecutionContext
trait Scheduler extends ExecutionContext
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment