Coroutines
Take advantage of coroutines for a huge amount of flexibility when it comes to managing Elements' API functionality.
-- The native Lua coroutine module
local coroutine = require "coroutine"
-- Helper class for gathering info and controlling
-- coroutines from outside of the current coroutine
local namazu_coroutine = require "namazu.coroutine"coroutine
IMMEDIATEUNTIL_TIMEUNTIL_NEXTnamazu.coroutine
Last updated