index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
coro.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
coro: minor documentation fix [backport] [ci skip]
narimiran
2018-11-11
1
-11
/
+13
*
fix tests/coroutines/texceptions.nim (#8810)
Timothee Cour
2018-08-30
1
-1
/
+6
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
1
-7
/
+11
*
Fix waiting on coroutines (#5463)
Rokas Kupstys
2017-03-02
1
-27
/
+36
*
Removed test code from coro.nim and created three real tests for coroutines
Rokas Kupstys
2017-02-20
1
-92
/
+0
*
Use constant nimCoroutines instead of defined(nimCoroutines)
Rokas Kupstys
2017-02-20
1
-2
/
+5
*
Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutines
Rokas Kupstys
2017-02-20
1
-52
/
+77
*
Iterators test in coroutines
Rokas Kupstys
2017-02-20
1
-0
/
+19
*
Delete fiber context when it exits (memleak fix)
Rokas Kupstys
2017-02-20
1
-3
/
+10
*
Added support for exceptions in coroutines and added exception test
Rokas Kupstys
2017-02-20
1
-9
/
+35
*
Coroutine rework.
Rokas Kupstys
2017-02-20
1
-95
/
+260
*
Workaround for the high cpu usage issue in coroutines on linux (#5186)
Dmitriy Fomichev
2017-01-11
1
-3
/
+3
*
Fix building documentation in releases (fixes #3823)
def
2016-02-21
1
-1
/
+1
*
only compile coro.nim by avoiding "when isMainModule" string match in
Aman Gupta
2015-10-02
1
-1
/
+1
*
Add :idx: for `suspend` in coro module.
Dominik Picheta
2015-08-30
1
-0
/
+2
*
coro.sleep -> suspend
Simon Hafner
2015-08-30
1
-5
/
+5
*
removed coro deprecations
Simon Hafner
2015-08-25
1
-6
/
+0
*
removed coro prefixes from coro.nim
Simon Hafner
2015-08-25
1
-17
/
+19
*
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...
rku
2015-07-31
1
-0
/
+145