summaryrefslogtreecommitdiff
path: root/src/mongo/executor/scoped_task_executor.cpp
AgeCommit message (Expand)Author
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-02-03SERVER-71946 Add InterruptedDueToReplStateChange to the "cancellation" error ...Alex Li
2021-10-28SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour
2021-10-21SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic
2020-11-23SERVER-52939 Expand Promise::setFrom()Ben Caimano
2020-11-17SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...Suganthi Mani
2020-10-09SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz
2020-07-27SERVER-49741 Add a way to override what Status is used when a ScopedTaskExecu...Spencer T Brody
2020-03-02SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn
2020-02-22SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-09-10SERVER-43119 FailPoint cleanupBilly Donahue
2019-07-27SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-07-09SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan
2019-06-06SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey
2019-05-04SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis
2019-04-30SERVER-40722 Add ScopedTaskExecutorJason Carey