Trait drone_cortexm::thr::IntToken [−][src]
An interrupt token.
Associated Types
Loading content...Associated Constants
Loading content...Provided methods
unsafe fn wakeup_unchecked()
[src]
unsafe fn waker_unchecked() -> Waker
[src]
Returns a handle for waking up a thread.
Safety
This function doesn’t check for the interrupt token ownership.