|
FastLED 3.9.15
|
#include "fl/async.h"#include "fl/functional.h"#include "fl/singleton.h"#include "fl/algorithm.h"#include "fl/task.h"#include "fl/time.h"#include "fl/warn.h"
Include dependency graph for async.cpp:Go to the source code of this file.
Namespaces | |
| namespace | fl |
| IMPORTANT! | |
Functions | |
| size_t | fl::async_active_tasks () |
| Get the number of active async tasks across all systems. | |
| bool | fl::async_has_tasks () |
| Check if any async systems have active tasks. | |
| void | fl::async_run () |
| Run all registered async tasks once. | |
| void | fl::async_yield () |
| Platform-specific async yield function. | |