Module task

Source

Functions§

run
run future and wait forever this is typically used in the server
run_block_on
Runs the global and the local executor on the current thread
spawn
spawn_blocking
Runs blocking code on a thread pool.
spawn_task

Type Aliases§

Task