Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | attempt to make travis OSX tests green and mandatory | Andreas Rumpf | 2017-03-29 | 1 | -0/+1 |
| | |||||
* | Fix waiting on coroutines (#5463) | Rokas Kupstys | 2017-03-02 | 2 | -0/+20 |
| | | | | | | 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. | ||||
* | Proper use of sequences in coroutine tests | Rokas Kupstys | 2017-02-24 | 2 | -11/+8 |
| | |||||
* | Removed test code from coro.nim and created three real tests for coroutines | Rokas Kupstys | 2017-02-20 | 6 | -0/+68 |