logo

Module abscissa_core::thread[][src]

Expand description

Thread wrapper types.

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

Re-exports

pub use self::manager::Manager;

Modules

Thread manager.

Structs

Thread name.

Threads spawned and managed by Abscissa

Functions

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

Type Definitions

Join handles for Abscissa-managed threads.