summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/thread_pool_interface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44978 Remove accidentally added usage of getGlobalServiceContext() fro...Kaloian Manassiev2020-02-261-10/+0
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-4/+3
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-3/+4
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-4/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-19000 Fix lint formatting errorKaloian Manassiev2015-07-151-1/+1
* SERVER-19000 Introduce ThreadPoolInterface so that tests may use a mocked out...Andy Schwerin2015-07-141-0/+90