Process all currently queued tasklets in one shot. (#735)

This commit is contained in:
Jonathan Hui
2016-09-30 15:21:03 -07:00
committed by GitHub
parent a93948614b
commit 7325d2edf4
6 changed files with 19 additions and 14 deletions
+2 -2
View File
@@ -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.