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
..
link Reflow the license text 2019-01-04 13:39:46 +01:00
mock Reflow the license text 2019-01-04 13:39:46 +01:00
playground Clean the playground since the test was moved into the unit tests 2019-09-02 00:17:17 +02:00
simple-benchmark Implement a benchmark against boost::future 2018-11-18 17:46:25 +01:00
standalone Reflow the license text 2019-01-04 13:39:46 +01:00
threads Reflow the license text 2019-01-04 13:39:46 +01:00
unit-test Add continuable_base::is_ready and continuable_base::unpack. 2019-12-26 10:13:20 +01:00
CMakeLists.txt Workaround for a MSVC required symbol link bug 2018-12-26 06:20:48 +01:00