[][src]Function openthread_sys::otTaskletsArePending

pub unsafe extern "C" fn otTaskletsArePending(
    aInstance: *mut otInstance
) -> bool

Indicates whether or not OpenThread has tasklets pending.

@param[in] aInstance A pointer to an OpenThread instance.

@retval TRUE If there are tasklets pending. @retval FALSE If there are no tasklets pending.