Structs§
Traits§
- Main
Thread Handler - The trait required for receiving main thread actions
Functions§
- execute_
on_ main_ thread - Execute passed function on the main thread. Returns
Noneif already running on the main thread. - execute_
on_ main_ thread_ and_ wait - Execute passed function on the main thread and wait until the function is finished.