mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +08:00
* This makes it possible to use promise_base for optional promises directly rather than wrapping it as optional<promise_base<...>>. * Invalidate the promise_base after its first usage. * Expose an `operator bool()` to make the validility accessible. * Remove the no longer needed private promise_no_init_arg_t tag. |
||
|---|---|---|
| .. | ||
| link | ||
| mock | ||
| playground | ||
| simple-benchmark | ||
| standalone | ||
| threads | ||
| unit-test | ||
| CMakeLists.txt | ||