Files
Nim/lib
Rokas Kupstys cd2721242a Fix waiting on coroutines (#5463)
Public coroutine API returns a safe reference to specific running coroutine. Fixes bug where multiple coroutines executing same procedure would identify as same coroutine.
Greatly optimizes `alive()` (and as a result of that `wait()`) calls.
Coroutine struct is allocated together with stack as memory unmanaged by GC.
2017-03-02 14:53:50 +01:00
..
2017-02-20 17:24:19 +02:00
2017-02-24 00:32:14 +01:00
2016-08-23 10:16:52 +02:00
2016-10-20 21:40:04 +02:00
2017-03-02 14:53:50 +01:00
2017-01-26 11:26:02 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00