LuaTask
The task library provides functions for scheduling and managing asynchronous execution of code. Tasks can be spawned to run concurrently and can yield execution with wait() to pause for a specified duration.
The task library provides functions for scheduling and managing asynchronous execution of code. Tasks can be spawned to run concurrently and can yield execution with wait() to pause for a specified duration.