2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-02 20:52:21 +00:00
Files
fiber/examples
Nat Goodspeed abfc4cab2a Defend yield_handler_base::operator() against immediate callback.
If the async operation invoked by the asio async function immediately calls
yield_handler_base::operator() even before control reaches
async_result_base::get(), which would suspend the calling fiber, the context*
bound by yield_handler_base's constructor is still the active() context. This
may not be passed to context::migrate(). It probably shouldn't be passed to
context::set_ready(), either.
2016-04-02 12:16:17 -04:00
..
2016-02-17 19:48:25 +01:00
2015-09-29 17:55:46 +02:00
2015-09-29 17:55:46 +02:00
2015-09-22 21:10:14 +02:00
2015-09-22 21:10:14 +02:00
2015-09-22 21:10:14 +02:00
2015-09-22 21:10:14 +02:00
2015-09-22 21:10:14 +02:00
2015-09-22 21:10:14 +02:00
2016-02-15 19:49:22 +01:00