summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_executor_synchronous.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-04-261-7/+1
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2018-03-011-1/+4
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-161-4/+8
* SERVER-30135 Don't use notify_all_at_thread_exit if we might not have a std::...Andrew Morrow2017-09-231-2/+1
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-3/+2
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-0/+152