Commit Graph

10 Commits

Author SHA1 Message Date
Oliver Kowalke
5737fb22ae unwind the stack if coroutine gets terminated
- fixes #13064
- unwind the stack via exception (continuation is destroyed)
2017-06-13 17:40:26 +02:00
Oliver Kowalke
1259de92b6 fix of #4
boost::coroutine2<>::pull_type does not accept std::bind
2017-01-21 14:08:52 +01:00
Oliver Kowalke
9a166cd623 add support for callcc() 2017-01-02 13:31:23 +01:00
oliver Kowalke
0f24727718 do not enter coro-fn for push-coro's at destruction
- fixes #12221
2016-05-23 08:31:13 +02:00
Oliver Kowalke
57562ffb2a fix unit-tests 2016-01-03 21:08:52 +01:00
Oliver Kowalke
2c2524fe8e relax to C++11 2015-12-12 19:51:45 +01:00
Oliver Kowalke
105ad9c10d enhance tests 2015-09-21 17:31:10 +02:00
Oliver Kowalke
ac27579e48 adapt new API of execution_context 2015-03-26 09:57:08 +01:00
Oliver Kowalke
2eb694583f remove boost::noncopyable from tests 2015-02-07 07:42:50 +01:00
Oliver Kowalke
81b2255ddf initial import 2015-01-23 23:15:23 +01:00