summary refs log tree commit diff stats
path: root/lib/pure/coro.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
33 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286