Files
coroutine2/include
Oliver Kowalke bdc7cb82e5 execution_context does not track parents + no exceptions catched
- execution_context does not track parent
- execution_context calls std::terminate() if execption is thrown
- coroutine has to catch exception and store it in exception_ptr to
  rethrow it
2015-06-03 09:29:12 +02:00
..