summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_fixed.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-3/+1
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-1/+3
* SERVER-70863 ServiceExecutor::TaskRunnerBilly Donahue2022-10-271-4/+6
* SERVER-69763 remove ServiceExecutor::ScheduleFlags enumBilly Donahue2022-09-191-10/+4
* SERVER-58080 Remove asynchronous networking from ServiceStateMachineAmirsaman Memaripour2021-07-291-4/+0
* SERVER-57445 Make ServiceExecutorFixed::join privateBilly Donahue2021-07-121-52/+21
* SERVER-53281 Make ServiceExecutorFixed join more reliablyBen Caimano2020-12-101-1/+4
* SERVER-52820 Reintroduce yields before waiting for dataBen Caimano2020-12-031-0/+2
* SERVER-51499 Track service executor statistics more thoroughlyBen Caimano2020-12-031-3/+22
* SERVER-49109 ServiceExecutorFixed tracks work and sessionsBen Caimano2020-12-031-42/+55
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-031-1/+1
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-171-0/+3
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-3/+0
* SERVER-50452 Make destruction of ServiceExecutorFixed deterministicAmirsaman Memaripour2020-09-121-10/+6
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-08-141-0/+3
* SERVER-50064 Make recursion depth thread-local in ServiceExecutor testsAmirsaman Memaripour2020-08-041-0/+6
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-281-0/+3
* Revert "SERVER-49106 Add poll function to the ServiceExecutor API"Henrik Edin2020-07-231-9/+0
* SERVER-49106 Add poll function to the ServiceExecutor APIAmirsaman Memaripour2020-07-221-0/+9
* SERVER-49105 Make ServiceExecutor extend OutOfLineExecutorAmirsaman Memaripour2020-07-221-1/+1
* SERVER-49105 Create fixed thread pool ServiceExecutorAmirsaman Memaripour2020-07-131-0/+128
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-61/+0
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+61