summaryrefslogtreecommitdiff
path: root/src/mongo/executor/scoped_task_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic2021-10-211-0/+5
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-231-2/+2
* SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...Suganthi Mani2020-11-171-1/+6
* SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz2020-10-091-4/+13
* SERVER-49741 Add a way to override what Status is used when a ScopedTaskExecu...Spencer T Brody2020-07-271-9/+17
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-021-6/+18
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-221-0/+15
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+3
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-3/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-4/+4
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-6/+7
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-3/+3
* SERVER-40722 Add ScopedTaskExecutorJason Carey2019-04-301-0/+323