[][src]Module abscissa_core::thread

Thread wrapper types.

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

Structs

Manager

Thread manager that tracks threads spawned by the application and handles shutting them down.

Name

Thread names

Thread

Threads spawned and managed by Abscissa

Functions

should_terminate

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