FastLED
3.9.15
Loading...
Searching...
No Matches
◆
clear()
template<typename T>
void
fl::promise
< T >::clear
(
)
inline
Clear promise to invalid state.
Definition at line
190
of file
promise.h
.
190
{
191
mImpl
.reset();
192
}
fl::promise::mImpl
fl::shared_ptr< detail::PromiseImpl< T > > mImpl
Shared pointer to implementation - this allows copying and sharing promise state.
Definition
promise.h:223
References
mImpl
.
fl
promise
Generated on Fri Aug 22 2025 20:59:36 for FastLED by
1.13.2