Type Alias nstd_sys::thread::NSTDThreadResult

source ·
pub type NSTDThreadResult = NSTDOptionalHeapPtr<'static>;
Available on crate feature thread only.
Expand description

A thread function’s return value.

Aliased Type§

enum NSTDThreadResult {
    None,
    Some(NSTDHeapPtr<'static>),
}

Variants§

§

None

The uninitialized variant.

§

Some(NSTDHeapPtr<'static>)

The initialized variant.