Module std::rt::task

Implementations of language-critical runtime features like @. Implementations of language-critical runtime features like @. 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

Coroutine

A coroutine is nothing more than a (register context, stack) pair.

GarbageCollector
LocalStorage
Task
Unwinder

Enums

SchedHome

Some tasks have a dedicated home scheduler that they must run on.

TaskType