0.01.00
tasklet.h File Reference

This file defines the OpenThread API for Tasklets. More...

#include <openthread/types.h>

Go to the source code of this file.

Functions

void otTaskletsProcess (otInstance *aInstance)
 Run all queued OpenThread tasklets at the time this is called. More...
 
bool otTaskletsArePending (otInstance *aInstance)
 Indicates whether or not OpenThread has tasklets pending. More...
 
void otTaskletsSignalPending (otInstance *aInstance)
 OpenThread calls this function when the tasklet queue transitions from empty to non-empty. More...
 

Detailed Description

This file defines the OpenThread API for Tasklets.