[−][src]Function mynewt::kernel::os::eventq_run
pub fn eventq_run(evq: *mut os_eventq) -> MynewtResult<()>
Pull a single item off the event queue and call it's event callback.
evq
: The event queue to pull the item off.
pub fn eventq_run(evq: *mut os_eventq) -> MynewtResult<()>
Pull a single item off the event queue and call it's event callback.
evq
: The event queue to pull the item off.