summaryrefslogtreecommitdiff
path: root/src/mongo/util/future_test_future_move_only.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62564 Trailing return types in complex lambdas in future_test_*Billy Donahue2022-01-131-337/+287
* SERVER-45591 Fix unit test compile on Windows: MSVC does not allow vector<map...Spencer T Brody2020-05-041-11/+5
* SERVER-45591 Fix is_really_copy_constructible and add more tests.Spencer T Brody2020-04-301-6/+85
* SERVER-45591 Allow Future<vector<move-only-type>> by adding is_really_copy_co...Spencer T Brody2020-04-231-0/+21
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+5
* SERVER-36359 Add SharedSemiFuture::thenRunOn(exec) and make SSFs chainableMathias Stearn2019-04-181-2/+2
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-168/+132
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38184 add onCompletion to futureJason Carey2018-12-061-0/+210
* SERVER-35682 Add SharedPromise and SharedSemiFuture typesMathias Stearn2018-11-301-0/+22
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-11/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36384 Split up `future_test.cpp`.ADAM David Alan Martin2018-08-031-0/+544