|
FastLED 3.9.15
|
#include "AutoResearchRemote.h"#include "AutoResearchHelpers.h"#include "fl/task/task.h"#include "fl/task/executor.h"
Include dependency graph for AutoResearchAsync.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | autoresearch |
Functions | |
| void | autoresearch::maybeRegisterStubAutorun (AutoResearchRemoteControl &, fl::shared_ptr< AutoResearchState > state) |
| On FL_IS_STUB: register a one-shot async task that drives autoresearch. | |
| fl::task::Handle | autoresearch::setupRpcAsyncTask (AutoResearchRemoteControl &remote_control, int interval_ms=10) |
| Setup async task for JSON-RPC processing. | |