Skip to content

Instantly share code, notes, and snippets.

@adamw
Created June 15, 2018 08:57
Show Gist options
  • Save adamw/27de1e78387b66a382909f0ae64142b4 to your computer and use it in GitHub Desktop.
Save adamw/27de1e78387b66a382909f0ae64142b4 to your computer and use it in GitHub Desktop.
Feature Akka Akka Typed Monix ZIO
Effect wrapper Future Future Task IO
Evaluation Eager Hybrid: lazy behavior & eager Futures Lazy Lazy
Communication channel type-safety No Yes Yes Yes including errors
Communication channel ActorRef ActorRef[T] MVar[T]/MQueue[T] IOQueue[T]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment