summaryrefslogtreecommitdiff
path: root/src/mongo/executor/task_executor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-10/+12
* SERVER-65413 Remove stale TODO in TaskExecutorMatthew Saltz2022-08-301-2/+0
* SERVER-58112: Add explicit synchronization to TaskExecutor's exhaust command ...Tyler Seip2021-07-081-35/+64
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-9/+9
* SERVER-54996 Change FailPoint::pauseWhileSetAndNotCanceled() to throw on canc...Blake Oler2021-03-171-2/+6
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-181-13/+68
* SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...Andrew Shuvalov2021-01-141-0/+8
* SERVER-52916 Add futurized TaskExecutor::sleepUntilMatthew Saltz2020-11-181-0/+50
* SERVER-50658 Add support for CancelationTokens to TaskExecutor::scheduleRemot...Matthew Saltz2020-10-091-1/+89
* SERVER-49800 fix use-after-move violations in service archBenety Goh2020-08-011-1/+2
* SERVER-44951 Expand TaskExecutor to implement exhaust functionalityJanna Golden2020-02-221-3/+16
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-061-0/+24
* SERVER-40765 TaskExecutor inherits from OutOfLineExecutorA. Jesse Jiryu Davis2019-05-041-0/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-19001 Minor changes to TaskExecutor::CallbackHandle etc.Andy Schwerin2015-07-091-3/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-60/+50
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-14/+10
* SERVER-18623 Wire in TaskExecutor interface and make it compileSpencer T Brody2015-06-091-2/+25
* SERVER-18623 TaskExecutor interfaceSpencer T Brody2015-06-051-0/+76