Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EkardNT/bevy-tokio-tasks
/ types & classes
Types & classes
6 in github.com/EkardNT/bevy-tokio-tasks
⨍
Functions
22
◇
Types & classes
6
Class
MainThreadContext
The context arguments which are available to main thread callbacks requested using [`run_on_main_thread`](TaskContext::run_on_main_thread).
src/lib.rs:185
Class
TaskContext
src/lib.rs:195
Class
TokioTasksPlugin
The Bevy [`Plugin`] which sets up the [`TokioTasksRuntime`] Bevy resource and registers the [`tick_runtime_update`] exclusive system.
src/lib.rs:33
Class
TokioTasksRuntime
src/lib.rs:107
Class
TokioTasksRuntimeInner
The inner fields are boxed to reduce the cost of the every-frame move out of and back into the world in [`tick_runtime_update`].
src/lib.rs:111
Class
UpdateTicks
src/lib.rs:16