|
FastLED 3.9.15
|
Classes | |
| class | PromiseImpl |
| Implementation class for Promise - holds the actual state and logic. More... | |
Enumerations | |
| enum class | PromiseState_t { PENDING , RESOLVED , REJECTED } |
| State enumeration for promises. More... | |
Functions | |
| int & | await_depth_tls () |
| Get reference to thread-local await recursion depth. | |