remove fireAndForget
[folly.git] / folly / wangle / test /
2014-10-29 Hans Fugal(FSM) updateState with unprotected action
2014-10-17 Hans Fugalwangle::detail::FSM
2014-10-15 Hans FugalFix via
2014-10-15 Hans Fugalwangle-bench gflags
2014-10-15 Hans Fugalserial/parallel benchmark
2014-10-15 Hans Fugaladd some benchmarks
2014-09-30 Hans Fugal(Wangle) Make via behave more like gate
2014-09-26 Nicholas OrmrodDisable failing wangle test
2014-09-26 Nicholas OrmrodFix lint errors
2014-09-26 Nicholas OrmrodIncrease wangle test timers
2014-09-09 Hannes Roth(Folly/Wangle) Later.then, Later.whenAllLater
2014-09-09 Nicholas OrmrodFix #includes
2014-08-14 Rushi DesaiConstruct Later with exception_ptr
2014-07-25 Hans Fugal(wangle) set* should not invalidate getFuture
2014-07-07 Hans Fugal(wangle) cold via
2014-07-07 Hans Fugal(wangle) Future/Promise detachment
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-27 Hans Fugal(wangle) Return a Later from Future::via
2014-06-27 Hans Fugal(wangle) s/continuation/callback
2014-06-27 Hans Fugal(folly) QueuedImmediateExecutor
2014-06-26 Hans FugalScheduler interface of Executor
2014-06-09 Matt DordalTimed wait for futures
2014-06-09 Jim Meyeringfolly/wangle: temporarily disable compilation of Thens.cpp
2014-06-09 Matt Dordaladd support for whenAll to waitWithSemaphore
2014-06-09 Simon MartinFuture::value() should throw when unset
2014-05-20 Matt Dordalfix waitWithSemaphore return type
2014-05-20 Matt Dordaladd waitWithSemaphore to folly::wangle
2014-04-09 Hans Fugal(wangle) codegen then() variant tests
2014-03-31 Hannes Roth(Wangle) Sanity check for the small_vector test
2014-03-31 Hannes Roth(Wangle) Fix tests for clang
2014-03-10 Hannes Roth(Wangle) Support .then(function pointer) syntax
2014-03-10 Hannes Roth(Wangle) Remove some early returns in tests
2014-03-10 Hannes Roth(Wangle) Actually support the universal reference used...
2014-03-10 Hannes Roth(Wangle) whenAll should take rvalue references instead...
2014-03-10 Marc CelaniMake it easy to wrap pre-existing cob-style async apis
2014-02-28 Hans Fugals/valueTry/getTry/
2014-02-28 Hans Fugal(wangle) remove Future::wait
2014-02-28 Stepan PalamarchukAdd method, that constructs Try<T> based on the result...
2014-02-28 Dave WatsonMove wangle to folly