[−][src]Function mynewt::kernel::os::os_eventq_get
pub unsafe extern "C" fn os_eventq_get(arg1: *mut os_eventq) -> *mut os_event
Pull a single item from an event queue. This function blocks until there is an item on the event queue to read.
evq
: The event queue to pull an event from
Return: The event from the queue