Module rustrt::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 |
Type Definitions
| Result | Indicates the manner in which a task exited. |