Module abscissa_core::thread[][src]

Thread wrapper types.

These types provide simple wrappers for Rust's core threading primitives.

Re-exports

pub use self::manager::Manager;

Modules

manager

Thread manager.

Structs

Name

Thread name.

Thread

Threads spawned and managed by Abscissa

Functions

should_terminate

Check whether the currently running thread should exit, as signaled by Thread::request_termination().

Type Definitions

JoinHandle

Join handles for Abscissa-managed threads.