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
..
test-continuable-connection-noinst.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-erasure.cpp Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01:00
test-continuable-flat-variant.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-forward-decl.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-promise.cpp Make promise_base default constructible 2019-03-08 18:13:40 +01:00
test-continuable-promisify.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-ready.cpp Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01:00
test-continuable-result.cpp Fix the asio example 2019-09-02 01:03:28 +02:00
test-continuable-traverse-async.cpp Reflow the license text 2019-01-04 13:39:46 +01:00
test-continuable-traverse.cpp Reflow the license text 2019-01-04 13:39:46 +01:00