Lines Matching refs:functions
37 To pass function verification, the concurrent functions executed in a [TaskPool](../reference/apis-…
41 …ce API version 9, the @Concurrent decorator can be used to declare and verify concurrent functions.
49 …functions and common functions. It cannot be used for generators, arrow functions, or methods. It …
50 | Variable types in decorated functions| Local variables, input parameters, and variables imported …
51 | Return value types in decorated functions| For details about the supported types, see [Inter-Thre…
55 …Concurrent cannot access closures. Therefore, functions marked by \@Concurrent cannot call other f…
69 #### Commonly used by concurrent functions
114 #### Promise returned by concurrent functions
227 User-defined classes or functions used in concurrent functions must be defined in different files. …
256 …rted variables and local variables can be used in @Concurrent decorated functions. <ArkTSCheck>" i…
258 …rted variables and local variables can be used in @Concurrent decorated functions. <ArkTSCheck>" i…
260 …rted variables and local variables can be used in @Concurrent decorated functions. <ArkTSCheck>" i…