Expand description

Structs

A collection of threads for executing tasks and blocking jobs.

The receiving half of a channel. This half can only be owned by one thread.

Enums

Functions

Executes the future on the current thread and returns its result.

Executes the future on the current thread and returns its result.

Gets the Executor from thread-local storage.

Schedules func to run on any available thread in the blocking thread pool.

Sets executor as the Executor for the current thread, saving it to thread-local storage.

Creates a new task to execute fut and schedules it for immediate execution.

Creates a new task to execute fut and schedules it for immediate execution.