index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
executor
/
scoped_task_executor.cpp
Age
Commit message (
Expand
)
Author
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-02-03
SERVER-71946 Add InterruptedDueToReplStateChange to the "cancellation" error ...
Alex Li
2021-10-28
SERVER-59858 Add observability for tasks scheduled on reactor threads
Amirsaman Memaripour
2021-10-21
SERVER-59142 Add dropConnections API to TaskExecutor
Vojislav Stojkovic
2020-11-23
SERVER-52939 Expand Promise::setFrom()
Ben Caimano
2020-11-17
SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...
Suganthi Mani
2020-10-09
SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...
Matthew Saltz
2020-07-27
SERVER-49741 Add a way to override what Status is used when a ScopedTaskExecu...
Spencer T Brody
2020-03-02
SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.
Max Hirschhorn
2020-02-22
SERVER-44951 Expand TaskExecutor to implement exhaust functionality
Janna Golden
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-09-10
SERVER-43119 FailPoint cleanup
Billy Donahue
2019-07-27
SERVER-40160 Remove `if_constexpr.h` header.
ADAM David Alan Martin
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-07-09
SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...
Randolph Tan
2019-06-06
SERVER-41133 Add TE::scheduleRemoteCommandOnAny
Jason Carey
2019-05-04
SERVER-40765 TaskExecutor inherits from OutOfLineExecutor
A. Jesse Jiryu Davis
2019-04-30
SERVER-40722 Add ScopedTaskExecutor
Jason Carey