Module std::taskDeprecated [-]  [+] [src]

Deprecated in favor of thread.

Functions

deschedule

Deprecated: use std::thread::Thread::yield_now instead.

spawn

Deprecated: use std::thread::Thread::spawn and detach instead.

try

Deprecated: use std::thread::Thread::spawn and join instead.

Type Definitions

TaskBuilder

Deprecate: use std::thread::Builder instead.