Module tokio::executor [] [src]

Task execution utilities.

This module only contains current_thread, an executor for multiplexing many tasks on a single thread.

Modules

current_thread

Execute tasks on the current thread