You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luau exposes lua_get/setthreaddata for setting thread level data. Would be nice for mlua to support as you could then store data like a delay queue key etc in a thread directly without needing to use its pointer as a hash etc. (e.g, Thread::get_data(&self) and Thread::set_data(&self)