Consistently have the namespace closing comment
[folly.git] / folly / experimental / FunctionScheduler.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
2017-08-28 Patryk ZaryjewskiMake cancelling and rescheduling of functions O(1) v2017.08.28.00
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-06-20 Qi Zhoufix folly::FunctionScheduler.cancelFunctionAndWait...
2017-01-31 Igor AdamskiFunctionScheduler - set running_ when it has actually...
2017-01-20 Igor Zinkovskyfix use-after-free in addFunctionOnce
2017-01-04 Yedidya Feldblum2017
2016-12-16 Junlin Zhangadd cancelFunctionAndWait and cancelAllFunctionsAndWait...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-12-13 Igor Zinkovskyallow run-once callbacks
2016-10-07 Mirek KlimosFunctionScheduler - return whether shutdown was successful
2016-04-21 Taiyuan Zhangfix cancelAllFunctions
2016-04-04 Sven Overfolly::FunctionScheduler: replace std::function w/...
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-04-27 Nicholas OrmrodRemove unused variables
2015-03-03 Andrei AlexandrescuRemoving call to google::setThreadName from FunctionSch...
2015-03-03 Andrei AlexandrescuMigrate FunctionScheduler from common/concurrency/...