Syntax
getactorthreads(): tableAliases
getactorstatesReturns
| Name | Type | Description |
|---|---|---|
threads | table | Table containing the requested values. |
Description
Returns threads associated with Actor execution.
Call it without parameters. The function reads the needed context from the current runtime state.
It returns threads (table). Use the returns table to separate successful values from nil results and recoverable errors.
Example
Example call with placeholder values.
local result = getactorthreads()
print(result)