summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2023-06-08 06:55:42 +0200
committerTyge Lovset <[email protected]>2023-06-08 06:55:42 +0200
commitabd3b4372dee2291a81271f02588228279139960 (patch)
treeb60b14a94e2c7f676ffe152174e6ba237e731e20 /docs
parent2bac1dff09459ce55f6e6813af96f845a8c981a1 (diff)
downloadSTC-modified-abd3b4372dee2291a81271f02588228279139960.tar.gz
STC-modified-abd3b4372dee2291a81271f02588228279139960.zip
More small adjustments.
Diffstat (limited to 'docs')
-rw-r--r--docs/ccommon_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ccommon_api.md b/docs/ccommon_api.md
index 930b8881..cd9be505 100644
--- a/docs/ccommon_api.md
+++ b/docs/ccommon_api.md
@@ -378,7 +378,7 @@ To resume the coroutine from where it was suspended with *cco_yield()*, simply c
| | `cco_yield(ret)` | Yield/suspend execution and return ret |
| | `cco_await(promise)` | Await/suspend until promise is true |
| | `cco_await(promise, ret)` | Await/suspend with ret value |
-| | `cco_return` | Execute final cleanup, enter done-state |
+| | `cco_return` | Replaces return. Jump to cco_final: if exist|
| | `cco_return_v(val)` | Yield final value, enter final-state |
| | Semaphores: | |
| | `cco_sem` | Semaphore type |