add a new logging library
[folly.git] / folly / experimental / FunctionScheduler.h
2017-04-28 Alexey SpiridonovSimplify BackgroundThreads, move them to folly/experime...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Junlin Zhangadd cancelFunctionAndWait and cancelAllFunctionsAndWait...
2016-12-13 Igor Zinkovskyallow run-once callbacks
2016-10-07 Mirek KlimosFunctionScheduler - return whether shutdown was successful
2016-04-04 Sven Overfolly::FunctionScheduler: replace std::function w/...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-14 Jimmy Saadefolly::FunctionScheduler: Adding capability to reset...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-09-09 Eugene Pekurovskyfolly::FunctionScheduler: Adding support for uniform...
2015-05-20 Adam Simpkinsexpose FunctionScheduler::addFunction() with a custom...
2015-05-12 Adam Simpkinsupdate FunctionScheduler to use std::chrono::steady_clock
2015-03-03 Andrei AlexandrescuMigrate FunctionScheduler from common/concurrency/...