2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-24 17:52:41 +00:00
Files
context/example/execution_context/parser.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

3.3 KiB