summary refs log tree commit diff stats
path: root/tests/coroutines
Commit message (Collapse)AuthorAgeFilesLines
* attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-0/+1
|
* Fix waiting on coroutines (#5463)Rokas Kupstys2017-03-022-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 testsRokas Kupstys2017-02-242-11/+8
|
* Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-206-0/+68