diff options
| -rw-r--r-- | tco_go.3 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,10 +21,10 @@ The coroutine function pointer is required to not be inlined (the .B coroutine -macro is provided as a convienient way to use the +macro is provided as a convenient way to use the .BR gcc (1)/ clang (1) .B noinline -attribute, and to communicate the intented use of a function as a coroutine). +attribute, and to communicate the intended use of a function as a coroutine). When the scheduler switches back to a context that has called .BR tco_go (), it resumes execution from after that call. |
