2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-28 07:02:16 +00:00
Files
context/test/test_context.cpp
Oliver Kowalke aadb5968f4 remove parent-tracking in execution_context
- tracking parent inside of execution_context:
- costs performance
- execution_context doesn't realy know which execution_context should be
  executed next (if it's terminating)
- fibers do not care of the parent context -> scheduler decides which is
  the next context
2015-06-03 09:00:21 +02:00

7.7 KiB