Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
api:thread:zh [2023/10/20 11:22]
hfsr [Functions]
api:thread:zh [2023/10/20 11:22]
hfsr [Functions]
Line 37: Line 37:
 There are two sections of API defined here. There are two sections of API defined here.
  
-1. [[api:​thread:​zh#​线程API|线程]]api,或者说静态函数,由`require("​thread"​)`提供。 +1. [[api:​thread:​zh#​线程API|线程]]API,或者说静态函数,由`require("​thread"​)`提供。 
-2. [[api:​thread:​zh#​线程句柄API|线程句柄]] ​api,或者说适用于`thread.create`创建的线程_对象_的api。在此文档中这些线程句柄将会仅以`t`表示。+2. [[api:​thread:​zh#​线程句柄API|线程句柄]]API,或者说适用于`thread.create`创建的线程_对象_的api。在此文档中这些线程句柄将会仅以`t`表示。
  
 ===== Thread API ===== ===== Thread API =====