summaryrefslogtreecommitdiff
path: root/src/mongo/util/future_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53661 SessionCatalog mutex is level 0 and is held while acquiring the ...Luis Osta2021-05-141-3/+3
* SERVER-52939 Expand Promise::setFrom()Ben Caimano2020-11-231-9/+17
* SERVER-45591 Fix is_really_copy_constructible and add more tests.Spencer T Brody2020-04-301-14/+12
* SERVER-45591 Allow Future<vector<move-only-type>> by adding is_really_copy_co...Spencer T Brody2020-04-231-2/+17
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-2/+4
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-231-1/+1
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-25/+15
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+4
* SERVER-42370 Fix SharedStateImpl::addChild()Jason Carey2019-07-241-9/+15
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-1/+1
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-0/+1
* SERVER-41372 Constrain callback-taking methods on FuturesMathias Stearn2019-06-071-1/+40
* Revert "SERVER-41372 Constrain callback-taking methods on Futures"Gregory Wlodarek2019-06-061-37/+1
* SERVER-41372 Constrain callback-taking methods on FuturesMathias Stearn2019-06-061-1/+37
* SERVER-40802 simplify Future overload resolutionMathias Stearn2019-05-011-300/+227
* SERVER-36359 Add SharedSemiFuture::thenRunOn(exec) and make SSFs chainableMathias Stearn2019-04-181-56/+144
* SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T>Mathias Stearn2019-04-111-65/+95
* SERVER-40178 move Future implementation details to a separate headerMathias Stearn2019-03-211-0/+1228