2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-24 05:42:16 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
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
Oliver Kowalke
f19a744e72 add example cycle, deal with cycles in parentship 2015-03-31 20:01:55 +02:00
Oliver Kowalke
b2af03e76b update examples 2015-03-05 17:26:19 +01:00
Oliver Kowalke
fa078765cb me stack-allocators/some fixes 2015-01-23 22:02:20 +01:00
Oliver Kowalke
42f8be9752 remove coroutine examples 2015-01-15 18:31:45 +01:00
Oliver Kowalke
a5bc3d313e update examples + execution_context impl 2014-11-28 19:11:59 +01:00
Oliver Kowalke
ba36e3d243 add support for execution_context 2014-11-21 20:21:47 +01:00