Struct itron_asp3::task::Current [−][src]
pub struct Current { /* fields omitted */ }This is supported on crate feature
unstable only.Expand description
Represents a reference to the current task. Returned by current.
This type is !Send, so it cannot be sent to other threads. This ensures
any TaskRefs created from this type do not outlive the referenced task.
Implementations
Get the raw object ID as abi::NonNullID.