summaryrefslogtreecommitdiff
path: root/src/mongo/executor/thread_pool_task_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-2/+0
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-3/+4
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-3/+3
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-1/+1
* 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-39146 Refactor BatonJason Carey2019-02-051-6/+5
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-01-091-0/+3
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+2
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-5/+10
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-1/+3
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-181-0/+1
* SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-091-2/+26
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-061-6/+1
* SERVER-28430 Expose dropConnections() method on ConnectionPool through the Ne...Judah Schvimer2017-03-231-0/+5
* SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin2016-12-301-5/+0
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-141-2/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-1/+2
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-4/+7
* SERVER-20944 Replace Event on CallbackState with condition variable.Andy Schwerin2015-11-091-9/+4
* SERVER-20944 Move as much work as possible outside of ThreadPoolTaskExecutor ...Andy Schwerin2015-11-091-7/+19
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+2
* SERVER-20187 added ThreadPoolTaskExecutor::cancelAllCommands() to cancel acti...Benety Goh2015-09-031-0/+5
* SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests.Andy Schwerin2015-07-161-0/+158