summary refs log tree commit diff stats
path: root/lib/pure/coro.nim
Commit message (Expand)AuthorAgeFilesLines
* Workaround for the high cpu usage issue in coroutines on linux (#5186)Dmitriy Fomichev2017-01-111-3/+3
* Fix building documentation in releases (fixes #3823)def2016-02-211-1/+1
* only compile coro.nim by avoiding "when isMainModule" string match inAman Gupta2015-10-021-1/+1
* Add :idx: for `suspend` in coro module.Dominik Picheta2015-08-301-0/+2
* coro.sleep -> suspendSimon Hafner2015-08-301-5/+5
* removed coro deprecationsSimon Hafner2015-08-251-6/+0
* removed coro prefixes from coro.nimSimon Hafner2015-08-251-17/+19
* Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...rku2015-07-311-0/+145