Add a default timeout parameter to HHWheelTimer.
[folly.git] / folly / io / async / EventBase.h
2015-08-14 Dave WatsonRemove dep on boost_thread
2015-07-31 Michael LeeNot to use EventBaseLocal on mobile
2015-07-30 Mark McDuffadd EventBase-local storage abstraction
2015-06-26 Dave WatsonFix stop_ thread race
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-03 Alecs Kingfix mem leak
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-12 Marcelo JuchemConvenience functions to wrap a lambda as an AsyncTimeout.
2015-04-02 Yedidya FeldblumEventBase::runImediatelyOrRunInEventBaseThreadAndWait.
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Haim GrosmanEventBase::runAfterDelay to throw an exception
2015-03-03 Andre PintoOptimize perf of EventBase with new option.
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-02-11 Yedidya FeldblumDedupe the implementations of EventBase::runInEventBase...
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Yedidya FeldblumEventBase::runInEventLoopThreadAndWait.
2015-02-02 James SedgwickgetVia() and waitVia()
2014-12-18 James Sedgwickmove wangle/Executor.h to folly/ root
2014-12-11 James Sedgwickfuture_* callbacks in ThreadManager thread
2014-12-11 James Sedgwickadd consumeUntilDrained API to NotificationQueue::Consumer
2014-11-19 Dave WatsonClean up runBeforeLoop API
2014-11-19 Hans FugalHave EventBase implement wangle::Executor
2014-10-29 Dave WatsonAdd MemoryIdler suppot to IOThreadPoolExecutor
2014-10-15 James Sedgwickmove TEventBaseManager to folly/io/async/EventBaseManager
2014-08-14 Marc HorowitzDon't check for thread running in terminateLoopSoon()
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-26 Yunqi ZhangExpose EVLOOP_NONBLOCK
2014-06-09 Stepan PalamarchukIntroduce destruction callbacks
2014-05-20 Dave WatsonQueueBenchmark set max read at once
2014-04-04 Stepan PalamarchukAdd loopOnce() method to folly::EventBase
2014-03-31 Dave WatsonEventBase cleanup
2014-03-18 Dave WatsonMove thrift/lib/cpp/async to folly.