pub unsafe extern "C" fn otTaskletsArePending(
aInstance: *mut otInstance,
) -> bool
Expand description
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.