UnboundedQueue: Add LgAlign template parameter - Refactor code
[folly.git] / folly / Executor.h
2017-10-31 Lee HowesAdding DeferredExecutor to support deferred execution...
2017-10-25 Marko NovakovicSupply an explicit default dtor impl
2017-10-06 Yedidya FeldblumRemove Executor::addPtr
2017-10-04 Yedidya FeldblumMove keepalive-acquire code into Executor::keepAliveAcq...
2017-10-03 Yedidya FeldblumLet keep-alive tokens be destroyed from any thread
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-02-09 Andrii GrynenkoAdd keepAlive() mechanism
2017-01-04 Yedidya Feldblum2017
2016-12-07 Yedidya FeldblumCut some includes from Executor.h
2016-09-20 Sven Overuse folly::Function<void()> in folly::Executor interface
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-06-05 Josh WatzmanAdd missing include
2015-05-20 James Sedgwickvia with priority
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 James Sedgwickglobal executors with weak_ptr semantics
2014-12-18 James Sedgwickmove wangle/Executor.h to folly/ root