pw_async: Define RunUntilIdle() behavior and tweak helper methods Comment that Dispatcher::RunUntilIdle() executes all runnable tasks and returns without waiting. Comment that FakeDispatcher::RunUntilIdle() executes all runnable tasks and returns without advancing simulated time. Split BasicDispatcher::RunLoopOnce() into MaybeWait() and ExecuteDueTasks(). Remove comments redundant with lock annotations. Change-Id: I0d705dff0eac3daa2e6ea5566273cfa08b7a4e1c
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.