差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
| manual:reference:package:standard:main_page [2023/03/23 16:33] – [3.11 线性表(list)] mikecovlee | manual:reference:package:standard:main_page [2023/07/17 16:25] (当前版本) – [解释器上下文环境] mikecovlee | ||
|---|---|---|---|
| 行 273: | 行 273: | ||
| |[coroutine] **create_co**([context], | |[coroutine] **create_co**([context], | ||
| |[coroutine] **create_co_s**([context], | |[coroutine] **create_co_s**([context], | ||
| + | |void **destroy_co**([context], | ||
| |var **await**([context], | |var **await**([context], | ||
| |var **await_s**([context], | |var **await_s**([context], | ||
| - | |void **resume**([context], | + | |number |
| |void **yield**([context]) | 切换回主协程 | | |void **yield**([context]) | 切换回主协程 | | ||
| 行 424: | 行 425: | ||
| |void **push_back**(array, | |void **push_back**(array, | ||
| |var **pop_back**(array) | |var **pop_back**(array) | ||
| + | |var **sort**(array, | ||
| |list **to_list**(array) | |list **to_list**(array) | ||
| |hash_map **to_hash_map**(array) | |hash_map **to_hash_map**(array) | ||