Crate mlua_luau_scheduler

Crate mlua_luau_scheduler 

Source

Structs§

Functions
A collection of lua functions that may be called to interact with a [Scheduler].
Scheduler
A scheduler for running Lua threads and async tasks.
ThreadId
Opaque and unique ID representing a LuaThread.

Enums§

Status
The current status of a scheduler.

Traits§

IntoLuaThread
Trait for any struct that can be turned into an LuaThread and passed to the scheduler, implemented for the following types:
LuaSchedulerExt
Trait for interacting with the current Scheduler.
LuaSpawnExt
Trait for interacting with the Executor for the current Scheduler.