[][src]Module picollar::tasktrack

Structs

JoinError

Task failed to execute to completion.

JoinHandle
LocalKey

A key for task-local data.

LocalSet

A set of tasks which are executed on the same thread.

Tracker

Functions

block_in_place

Runs the provided blocking function without blocking the executor.

spawn_blocking

Runs the provided closure on a thread where blocking is acceptable.

spawn_for_join
yield_now

Yields execution back to the Tokio runtime.

Type Definitions

TaskResult