summary refs log tree commit diff stats
path: root/lib/pure/coro.nim
Commit message (Expand)AuthorAgeFilesLines
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-1/+1
* [backport] run nimpretty on the remaining filesnarimiran2019-09-301-16/+23
* last stdlib cleanupsAraq2019-09-211-0/+3
* style improvements; fixes #11774Araq2019-07-191-1/+1
* coro: minor documentation fix [backport] [ci skip]narimiran2018-11-111-11/+13
* fix tests/coroutines/texceptions.nim (#8810)Timothee Cour2018-08-301-1/+6
* Haiku support for Nim (#8542)alaviss2018-08-141-7/+11
* Fix waiting on coroutines (#5463)Rokas Kupstys2017-03-021-27/+36
* Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-201-92/+0
* Use constant nimCoroutines instead of defined(nimCoroutines)Rokas Kupstys2017-02-201-2/+5
* Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutinesRokas Kupstys2017-02-201-52/+77
* Iterators test in coroutinesRokas Kupstys2017-02-201-0/+19
* Delete fiber context when it exits (memleak fix)Rokas Kupstys2017-02-201-3/+10
* Added support for exceptions in coroutines and added exception testRokas Kupstys2017-02-201-9/+35
* Coroutine rework.Rokas Kupstys2017-02-201-95/+260
* 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