second-bridge
                                
                                 second-bridge copied to clipboard
                                
                                    second-bridge copied to clipboard
                            
                            
                            
                        Implementation of the Future monad
It'd be really awesome to have an implementation of Scala's Future monad, by using GCD to handle the threads.
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.