second-bridge icon indicating copy to clipboard operation
second-bridge copied to clipboard

Implementation of the Future monad

Open jdesiloniz opened this issue 8 years ago • 1 comments

It'd be really awesome to have an implementation of Scala's Future monad, by using GCD to handle the threads.

jdesiloniz avatar Oct 06 '15 09:10 jdesiloniz

As mentioned in #52, we'll base our Future on Scalaz's one (based on trampolines). We can also offer a non-deterministic version of it, but it shouldn't be the main one as Scala's one is.

jdesiloniz avatar Oct 15 '15 09:10 jdesiloniz