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
/
thread_pool_task_executor_test.cpp
Age
Commit message (
Expand
)
Author
2024-08-27
SERVER-93649 shared_ptr for all TaskExecutor instances (#26357)
Billy Donahue
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-05-18
SERVER-33522 Skip `TaskExecutor::signalEvent` when shutdown is in progress
Amirsaman Memaripour
2021-03-23
SERVER-53230: Rename cancelation -> cancellation everywhere
Tyler Seip
2020-12-08
SERVER-40811 make initializers throwy
Billy Donahue
2020-10-09
SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...
Matthew Saltz
2020-08-01
SERVER-49800 fix use-after-move violations in tests
Benety Goh
2020-06-02
SERVER-48346 Fix lifetime issues for barriers captured by reference
Amirsaman Memaripour
2019-10-03
SERVER-43317 merge failpoint headers. Rewrite docs.
Billy Donahue
2019-09-10
SERVER-43119 FailPoint cleanup
Billy Donahue
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-05-04
SERVER-40765 TaskExecutor inherits from OutOfLineExecutor
A. Jesse Jiryu Davis
2019-04-24
SERVER-40795 Always execute TPTE cbs out of line
Jason Carey
2019-03-28
SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-12-14
SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)
Billy Donahue
2017-06-09
SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.
Andy Schwerin
2017-01-25
SERVER-27800 Change ReplicationCoordinatorImpl and ReplicationExecutor constr...
Andy Schwerin
2016-11-28
SERVER-27052 ThreadPoolTaskExecutor clears 'cbStateArg->callback' after runni...
Benety Goh
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-04-15
SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.
Andy Schwerin
2015-07-21
SERVER-19492 Use ThreadPoolTaskExecutor instead of ReplicationExecutor in uni...
Andy Schwerin
2015-07-16
SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests.
Andy Schwerin