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.
- Thread
Id - Opaque and unique ID representing a
LuaThread.
Enums§
- Status
- The current status of a scheduler.
Traits§
- Into
LuaThread - Trait for any struct that can be turned into an
LuaThreadand passed to the scheduler, implemented for the following types: - LuaScheduler
Ext - Trait for interacting with the current
Scheduler. - LuaSpawn
Ext - Trait for interacting with the
Executorfor the currentScheduler.