summaryrefslogtreecommitdiff
path: root/src/mongo/util/future_test_utils.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-221-1/+2
* SERVER-53059 spelling Interruptable => InterruptibleBilly Donahue2020-12-081-1/+1
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-231-0/+19
* SERVER-49371 Revived original recursive ICE and applied to stack overflow testsReo Kimura2020-08-141-3/+3
* Revert "SERVER-49371 Revived original recursive ICE and applied to stack over...Kaloian Manassiev2020-08-071-3/+3
* SERVER-49371 Revived original recursive ICE and applied to stack overflow testsReo Kimura2020-08-071-3/+3
* SERVER-47139 Introduce GuaranteedExecutor classBen Caimano2020-03-261-27/+1
* SERVER-47064 Use std::invoke_result instead of std::result_ofMark Benvenuto2020-03-241-3/+3
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-1/+1
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-141-3/+1
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+3
* SERVER-36359 Add SharedSemiFuture::thenRunOn(exec) and make SSFs chainableMathias Stearn2019-04-181-6/+40
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-3/+56
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 Add SharedPromise and SharedSemiFuture typesMathias Stearn2018-11-301-4/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-061-1/+1
* SERVER-36384 Split up `future_test.cpp`.ADAM David Alan Martin2018-08-031-0/+145