Subject: Re: [Boost-users] State of context and coroutine
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2016-07-06 04:36:36


execution_context v1: user is responsible to unwind the stack
execution_context v2: if the instance of execution_context is destructed
while the context is suspended inside the context-fn, the stack is unwound

-> see coroutine2