deferred
This was deprecated in 2.0.1
This item is deprecated. Do not use it for new work.
An expensive way to spawn a function. However, unlike spawn(), it executes on the same frame, and unlike coroutines, does not obscure errors
This item is deprecated. Do not use it for new work.
An expensive way to spawn a function. However, unlike spawn(), it executes on the same frame, and unlike coroutines, does not obscure errors
{ "functions": [], "properties": [], "types": [], "name": "deferred", "desc": "An expensive way to spawn a function. However, unlike spawn(), it executes on the same frame, and\nunlike coroutines, does not obscure errors", "deprecated": { "version": "2.0.1", "desc": null }, "source": { "line": 8, "path": "src/deferred/src/Shared/deferred.lua" } }