Denis Blank d72e1bfb86 Implement async_on for asynchronous execution on a specific executor
* Makes it possible to specify an executor in addition to
  the arguments passed to async.
* The reason why async should not support this directly is
  that it should be closely modelled to std::async.
2019-01-26 03:46:39 +01:00
..
detail Implement async_on for asynchronous execution on a specific executor 2019-01-26 03:46:39 +01:00
operations Implement async_on for asynchronous execution on a specific executor 2019-01-26 03:46:39 +01:00
continuable-base.hpp Implement make_plain to make it possible to not handle special objects in handlers 2019-01-14 21:02:22 +01:00
continuable-connections.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-coroutine.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-operations.hpp Start to implement loop and async 2019-01-13 17:05:28 +01:00
continuable-primitives.hpp Implement make_plain to make it possible to not handle special objects in handlers 2019-01-14 21:02:22 +01:00
continuable-promise-base.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-promisify.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-result.hpp Implement make_plain to make it possible to not handle special objects in handlers 2019-01-14 21:02:22 +01:00
continuable-testing.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-transforms.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-traverse-async.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-traverse.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable-types.hpp Reflow the license text 2019-01-04 13:39:46 +01:00
continuable.hpp Start to implement loop and async 2019-01-13 17:05:28 +01:00