mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +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. |
||
|---|---|---|
| .. | ||
| multi | ||
| single | ||
| CMakeLists.txt | ||
| test-continuable.cpp | ||
| test-continuable.hpp | ||