2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-12 12:02:54 +00:00
Files
fiber/examples
Nat Goodspeed 37a0490bbd Fix bug in this_fiber::properties<>().
When the running thread's main fiber calls this_fiber::properties<>() without
yet having passed through sched_algorithm_with_properties::awakened(), which
is what actually instantiates the fiber_properties subclass, you could end up
without a properties instance. Fortunately there's an easy workaround: call
yield().

Remove that workaround from examples/priority.cpp.
2015-09-01 20:21:13 -04:00
..
2015-09-01 17:17:38 +02:00
2015-09-01 17:17:38 +02:00
2015-09-01 17:17:38 +02:00
2015-09-01 17:17:38 +02: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
2015-09-01 17:17:38 +02:00