summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-5/+72
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+10
* Revert "SERVER-49106 Add poll function to the ServiceExecutor API"Henrik Edin2020-07-231-21/+0
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-221-0/+21
* SERVER-49105 Make ServiceExecutor extend OutOfLineExecutorAmirsaman Memaripour2020-07-221-2/+13
* SERVER-49548 Convert ServiceExecutor to use unique_functionBen Caimano2020-07-161-1/+2
* SERVER-49111 Remove ServiceExecutorTaskNamesAmirsaman Memaripour2020-07-011-2/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-171-1/+2
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-1/+2
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-0/+14
* SERVER-30613 Make adaptive executor separate task types when avoiding starvationJonathan Reams2017-09-201-2/+9
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-1/+8
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+77