summaryrefslogtreecommitdiff
path: root/src/mongo/util/future_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54735 Make AsyncTry-Until loops set results to ShutdownInProgress on e...Amirsaman Memaripour2021-08-101-0/+34
* SERVER-55966 Handle exceptions thrown from `AsyncTry::until`Amirsaman Memaripour2021-07-221-0/+17
* SERVER-55760 Fix data races in Cancelation tests for AsyncTryAlex Li2021-06-231-9/+65
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-45/+46
* Revert "SERVER-54735 Fix AsyncTry to not return BrokenPromise on executor shu...Matthew Saltz2021-03-161-34/+0
* SERVER-54735 Fix AsyncTry to not return BrokenPromise on executor shutdown in...Matthew Saltz2021-03-111-0/+34
* SERVER-53587 Create withCancelation function for doing cancelable waits on a ...Matthew Saltz2021-02-181-0/+88
* SERVER-53558: Create variadic template implementations of when* future utilitiesTyler Seip2021-02-181-0/+115
* SERVER-54408 Implement AsyncTry-until without future recursionMatthew Saltz2021-02-161-9/+179
* SERVER-50141 Destroy OperationContext explicitly after sinkBen Caimano2021-02-051-0/+192
* SERVER-51298 Add cancelation support to AsyncTry/until looping utilityGeorge Wangensteen2020-12-101-8/+82
* SERVER-51250 Make AsyncTry inside TenantMigrationDonorService and TenantMigra...Cheahuychou Mao2020-10-011-3/+79
* SERVER-50341 Use std::shuffle instead of deprecated std::random_shuffleMatthew Saltz2020-09-251-1/+4
* SERVER-50341 Add whenAny and whenAllMatthew Saltz2020-09-241-14/+344
* SERVER-50341 Make generic whenAllSucceed utility for futuresMatthew Saltz2020-09-241-1/+306
* SERVER-45024 Introduce future utilities for looping/sleepingMatthew Saltz2020-01-101-0/+161