Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-53059 spelling Interruptable => Interruptible | Billy Donahue | 2020-12-08 | 1 | -11/+11 |
| | |||||
* | SERVER-43418 ASSERT macro repairs | Billy Donahue | 2019-10-02 | 1 | -4/+8 |
| | | | | | - fix dangling else - all ASSERT* yield a stream expression for appending detail | ||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | SERVER-36359 Non-ready Futures don't actually complete SharedPromises | Mathias Stearn | 2019-04-18 | 1 | -2/+19 |
| | |||||
* | SERVER-36359 Add SharedSemiFuture::thenRunOn(exec) and make SSFs chainable | Mathias Stearn | 2019-04-18 | 1 | -34/+17 |
| | |||||
* | SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T> | Mathias Stearn | 2019-04-11 | 1 | -0/+106 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-35682 Add SharedPromise and SharedSemiFuture types | Mathias Stearn | 2018-11-30 | 1 | -0/+70 |
| | |||||
* | SERVER-37804 Fix usage of a Future after waiting fails | Mathias Stearn | 2018-11-15 | 1 | -0/+92 |
| | |||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
| | |||||
* | SERVER-36384 Split up `future_test.cpp`. | ADAM David Alan Martin | 2018-08-03 | 1 | -0/+83 |
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. |