You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Benjamin Mahler <be...@gmail.com> on 2015/06/20 00:15:44 UTC

Folly Futures

Looks like facebook added Futures to folly:

https://github.com/facebook/folly/tree/master/folly/futures

Error handling is done through exceptions, and the executor is made
explicit so that people can choose different execution models.

Re: Folly Futures

Posted by Benjamin Mahler <be...@gmail.com>.
Blog post here:

https://code.facebook.com/posts/1661982097368498

On Fri, Jun 19, 2015 at 3:15 PM, Benjamin Mahler <be...@gmail.com>
wrote:

> Looks like facebook added Futures to folly:
>
> https://github.com/facebook/folly/tree/master/folly/futures
>
> Error handling is done through exceptions, and the executor is made
> explicit so that people can choose different execution models.
>