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::shared_ptr< detail::PromiseImpl< T > > mImpl
Shared pointer to implementation - this allows copying and sharing promise state.
Definition promise.h:223

References mImpl.