summaryrefslogtreecommitdiff
path: root/src/mongo/util/future_test_shared_future.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-3/+4
* SERVER-53059 spelling Interruptable => InterruptibleBilly Donahue2020-12-081-4/+4
* SERVER-53239 fix race in shared future unit testBilly Donahue2020-12-041-1/+10
* SERVER-53035 ThreadAssertionMonitorBilly Donahue2020-11-241-76/+92
* SERVER-50472 Change SharedFuture tests to use InlineRecursiveCountingExecutorSpencer T Brody2020-08-241-8/+8
* SERVER-49371 Revived original recursive ICE and applied to stack overflow testsReo Kimura2020-08-141-10/+10
* Revert "SERVER-49371 Revived original recursive ICE and applied to stack over...Kaloian Manassiev2020-08-071-10/+10
* SERVER-49371 Revived original recursive ICE and applied to stack overflow testsReo Kimura2020-08-071-10/+10
* SERVER-49702 Add way to explicitly fork SharedSemiFuture continuation chainSpencer T Brody2020-07-271-1/+11
* SERVER-47760 Avoid concurrent accesses to InlineCountingExecutorAmirsaman Memaripour2020-04-301-4/+4
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-1/+1
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-16/+14
* 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-0/+364