Module std::rt::task[src]

Language-level runtime services that should reasonably expected to be available 'everywhere'. Local heaps, GC, unwinding, local storage, and logging. Even a 'freestanding' Rust would likely want to implement this.

Structs

BlockedTasks
Death

Per-task state related to task death, killing, failure, etc.

GarbageCollector
LocalStorage
Task

State associated with Rust tasks.

TaskOpts

Enums

BlockedTask

A handle to a blocked task. Usually this means having the Box pointer by ownership, but if the task is killable, a killer can steal it at any time.

Type Definitions

Result