2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-11 23:52:29 +00:00
Files
fiber/examples
Nat Goodspeed 53d4f4b166 Reimplement boost::fibers::asio::yield with promise/future.
In essence, yield_t et al. become very like use_future_t et al. The only real
difference is the async_result return type and get() method. Factor out common
functionality into promise_completion_token and promise_handler.

Remove the boost::fibers::asio::spawn() function and its basic_yield_context
infrastructure. Fix up all existing references in example source code.
2015-08-22 14:22:20 -04:00
..
2015-01-01 14:40:39 +01:00
2015-01-01 14:40:39 +01:00
2015-01-01 14:40:39 +01:00
2015-01-01 14:40:39 +01:00
2015-01-01 14:40:39 +01:00
2015-02-19 13:31:56 +01:00
2015-02-06 18:29:26 +01:00