summaryrefslogtreecommitdiff
path: root/src/mongo/util/future_test_promise_int.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35686 Add move assignment to promise.ADAM David Alan Martin2018-08-031-0/+14
| | | | | Since `Promise` now can only be correctly created using `makePromiseFuture`, we can now make `Promise` move assignable.
* SERVER-36384 Split up `future_test.cpp`.ADAM David Alan Martin2018-08-031-0/+104
Because this file instantiates a great deal of templates, it consumes a lot of CPU to compile in a single compiler execution. By splitting this file up, we can improve build times for this test by a great deal.