mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
9 lines
624 B
Plaintext
9 lines
624 B
Plaintext
nimTitle coro coro.html module std/coro 0
|
|
nim nimGC_setStackBottom coro.html#nimGC_setStackBottom,pointer proc nimGC_setStackBottom(theStackBottom: pointer) 42
|
|
nim CoroutineRef coro.html#CoroutineRef type CoroutineRef 166
|
|
nim suspend coro.html#suspend,float proc suspend(sleepTime: float = 0.0) 235
|
|
nim start coro.html#start,proc),int proc start(c: proc (); stacksize: int = defaultStackSize): CoroutineRef 270
|
|
nim run coro.html#run proc run() 298
|
|
nim alive coro.html#alive,CoroutineRef proc alive(c: CoroutineRef): bool 339
|
|
nim wait coro.html#wait,CoroutineRef,float proc wait(c: CoroutineRef; interval = 0.01) 342
|