threaddesign.txt

来自「FinC编译器源代码」· 文本 代码 · 共 21 行

TXT
21
字号
#design document for threadScript API:int thread_start(method, args1, args2, args3)return: thread identification.int thread_self()return: self thread identificationvoid thread_cancel( int tid )void thread_join ( int tid )void thread_testcancel( int tid )void thread_exit ()Node lock:lock for add node to tree.lock for evaluate node.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?