summary refs log tree commit diff stats
path: root/lib/pure/coro.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #12122 (#21096)Bung2022-12-161-2/+2
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+3
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-2/+2
* system.nim cleanup some exported constants which should never have be… (#17...Andreas Rumpf2021-05-011-0/+2
* remove unnecessary assignment (#17702)flywind2021-04-121-1/+0
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-1/+1
* remove redundant void return in stdlib (#17464)Timothee Cour2021-03-231-2/+1
* use single backtick (#17166)flywind2021-02-231-3/+3
* fix #15628 (#16387)flywind2021-01-211-8/+17
* fix coro proc crash for stack problem when run long enough than a GC cycle (#...yatsen12020-09-181-0/+8
* Fix typo on CoroutineRef* doc (#15179)Cléber Zavadniak2020-08-121-1/+1
* #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