Denis Blank 0b1b284e3a Add continuable_base::is_ready and continuable_base::unpack.
* Can be used to specialize the asynchronous control flow
  on immediate available asynchronous results mostly returned by:
    - make_ready_continuable
    - make_exceptional_continuable
* Usable to avoid longer unnecessary synchronous callback nestings.
* cti::query_arg_t was renamed into cti::unpack_arg_t.
* The continuation overload nowreturns result<Args...> rather
  than std::tuple<Args...>.
* Add is_ready optimizations to make_exceptional_continuable.
2019-12-26 10:13:20 +01:00
..
multi Use a promise<> for work rather than a dedicated work_base 2019-09-02 00:01:26 +02:00
single Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01:00
CMakeLists.txt Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01:00
test-continuable.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable.hpp Fix the asio example 2019-09-02 01:03:28 +02:00