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/1e0c04bee15827d7b6172130d06e7f9f to your computer and use it in GitHub Desktop.
Save anonymous/1e0c04bee15827d7b6172130d06e7f9f to your computer and use it in GitHub Desktop.
the description for this gist
import monix.eval.Task
val task: Task[String] =
Task.eval {
println("effect")
"Result"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment