optimize makeFuture and Future<T>::Future()
[folly.git] / folly / futures / detail / Core.h
2015-06-11 James Sedgwickoptimize makeFuture and Future<T>::Future()
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-03 Hannes Roth(Wangle) Don't use std::bind in Core
2015-06-03 Dave WatsonChain interrupt handlers
2015-05-20 James Sedgwickvia with priority
2015-05-12 Hannes Roth(Wangle) Implement collect* using mapSetCallback and...
2015-05-12 James Sedgwickexplicit instantiation of common Future types
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 Hans FugalAssume exception when Executor::add throws
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-02 Hannes Roth(Wangle) Allocate lambda space inside Core instead...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Hans Fugal(futures) Make executors sticky
2015-03-03 Hannes Roth(Wangle) Shrink Core to 128 bytes
2015-03-03 Hannes Roth(Wangle) Have Core own an FSM instead of inheriting
2015-02-02 Hans FugalRework the Future::Core state machine
2015-01-13 James Sedgwickmove Futures from folly::wangle to folly
2015-01-13 James Sedgwickmove wangle/futures to futures