2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-16 01:12:29 +00:00
Files
fiber/examples
Oliver Kowalke 380e8b30c1 use atomic coutner for remainng fibers
- instead of using scheduling_algorithm::has_ready_fibers() use
  a atomic counter as termination indication
- scheduling_algorithm::has_ready_fibers() returns true even if
  only main-context and dispatcher-context are ready -> false indication
  for work-sharing example
2015-10-11 12:01:30 +02:00
..
2015-10-10 21:50:22 +02:00
2015-09-29 17:55:46 +02: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-10-10 21:50:22 +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-29 20:27:33 +02:00