[−][src]Module azul_core::task
Async (task, thread, timer) helper functions
Structs
DropCheck | Simple struct that is used by Azul internally to determine when the thread has finished executing.
When this struct goes out of scope, Azul will call |
Task | A |
Thread | A |
Timer | A |
TimerId | ID for uniquely identifying a timer |
Enums
BlockError | Error that can happen while calling |
TerminateTimer | Should a timer terminate or not - used to remove active timers |
Functions
clean_up_finished_tasks | Remove all tasks that have finished executing |
run_all_timers | Run all currently registered timers |
Type Definitions
TaskCallback |