FastLED 3.9.15
Loading...
Searching...
No Matches

◆ clear()

template<typename T>
void fl::task::Promise< T >::clear ( )
inline

Clear Promise to invalid state.

Definition at line 176 of file promise.h.

176 {
177 mImpl.reset();
178 }
fl::shared_ptr< detail::PromiseImpl< T > > mImpl
Shared pointer to implementation - this allows copying and sharing Promise state.
Definition promise.h:209

References FL_NOEXCEPT, and mImpl.