Module task

Module task 

Source

Functions§

main
run future and wait forever this is typically used in the server
run
run future and return immediately
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