Skip to content

Instantly share code, notes, and snippets.

Created May 31, 2017 19:59
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 anonymous/bab917135839bd8e1d9c5db0277a2e6e to your computer and use it in GitHub Desktop.
Save anonymous/bab917135839bd8e1d9c5db0277a2e6e to your computer and use it in GitHub Desktop.
the description for this gist
implicit val scheduler = monix.execution.Scheduler.global
val eventualResult: CancelableFuture[String] =
task.runAsync //Scheduler passed implicitly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment