NSTDThreadResult

Type Alias NSTDThreadResult 

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

A thread function’s return value.

Aliased Type§

#[repr(C, u8)]
pub enum NSTDThreadResult { None, Some(NSTDHeapPtr<'static>), }

Variants§

§

None

The uninitialized variant.

§

Some(NSTDHeapPtr<'static>)

The initialized variant.