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.
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.