Documentations for the new task class?

Task library is not documented yet because it is added only recently and it’s functions are currently in beta.

task.synchronize() and task.desynchronize() are introduced with Paralled Lua Beta:

task.defer() and task.spawn() are introduced with Deferred Lua Event Handling Beta:

task.delay() and task.wait() are added with the Release Notes for update 486 but their purpose are currently unclear right now.

Edit: Turns out task.delay() and task.wait() pretty much does the exact same thing as delay() and wait() global functions respectively.

3 Likes