Created
June 15, 2018 08:57
-
-
Save adamw/27de1e78387b66a382909f0ae64142b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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