mirror of
https://github.com/espressif/openthread.git
synced 2026-08-19 00:49:53 +00:00
Process all currently queued tasklets in one shot. (#735)
This commit is contained in:
@@ -114,11 +114,11 @@ extern "C" {
|
||||
*/
|
||||
|
||||
/**
|
||||
* Run the next queued tasklet in OpenThread.
|
||||
* Run all queued OpenThread tasklets at the time this is called.
|
||||
*
|
||||
* @param[in] aInstance A pointer to an OpenThread instance.
|
||||
*/
|
||||
void otProcessNextTasklet(otInstance *aInstance);
|
||||
void otProcessQueuedTasklets(otInstance *aInstance);
|
||||
|
||||
/**
|
||||
* Indicates whether or not OpenThread has tasklets pending.
|
||||
|
||||
Reference in New Issue
Block a user