Timothee Cour
|
3e6b58323b
fix tests/coroutines/texceptions.nim (#8810)
|
6 years ago |
alaviss
|
7ef268274f
Haiku support for Nim (#8542)
|
6 years ago |
Rokas Kupstys
|
cd2721242a
Fix waiting on coroutines (#5463)
|
7 years ago |
Rokas Kupstys
|
5aef77a3d3
Removed test code from coro.nim and created three real tests for coroutines
|
7 years ago |
Rokas Kupstys
|
f80ddbbcc6
Use constant nimCoroutines instead of defined(nimCoroutines)
|
7 years ago |
Rokas Kupstys
|
c3d1b732d6
Reworked gc support for coroutines. Nim now bootstraps with -d:nimCoroutines
|
7 years ago |
Rokas Kupstys
|
ce4e9846f0
Iterators test in coroutines
|
7 years ago |
Rokas Kupstys
|
ff1bf74554
Delete fiber context when it exits (memleak fix)
|
7 years ago |
Rokas Kupstys
|
9a754156d7
Added support for exceptions in coroutines and added exception test
|
7 years ago |
Rokas Kupstys
|
373e667dbc
Coroutine rework.
|
7 years ago |
Dmitriy Fomichev
|
d356c37185
Workaround for the high cpu usage issue in coroutines on linux (#5186)
|
8 years ago |
def
|
41e1f3241b
Fix building documentation in releases (fixes #3823)
|
8 years ago |
Aman Gupta
|
b33d97621d
only compile coro.nim by avoiding "when isMainModule" string match in
|
9 years ago |
Dominik Picheta
|
c60728326e
Add :idx: for `suspend` in coro module.
|
9 years ago |
Simon Hafner
|
24655ecd52
coro.sleep -> suspend
|
9 years ago |
Simon Hafner
|
d876960b9d
removed coro deprecations
|
9 years ago |
Simon Hafner
|
7d9a748fcd
removed coro prefixes from coro.nim
|
9 years ago |
rku
|
43bfda057b
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/refCounting GCs.
|
9 years ago |