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

◆ make_resolved_promise()

template<typename T>
Promise< T > fl::task::make_resolved_promise ( T value)

Convenience function to create a resolved Promise.

Definition at line 214 of file promise.h.

214 {
216}
static Promise< T > resolve(const T &value) FL_NOEXCEPT
Create a resolved Promise with value.
Definition promise.h:67
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28
constexpr int type_rank< T >::value

References FL_NOEXCEPT, fl::fl::move(), fl::task::Promise< T >::resolve(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: