The request "monad". It's actually a bit suspicious, in that it's mutable, but by and
large this behaves the way you expect a monad to work. In particular, it works with for
comprehensions, allowing you to compose requests much the way you normally do Futures.
But since it is mutable, it should never be used outside the context of an Actor.
The request "monad". It's actually a bit suspicious, in that it's mutable, but by and large this behaves the way you expect a monad to work. In particular, it works with for comprehensions, allowing you to compose requests much the way you normally do Futures. But since it is mutable, it should never be used outside the context of an Actor.