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

◆ StreamHandle() [2/2]

fl::net::http::StreamHandle::StreamHandle ( fl::task::Promise< fl::json > p,
fl::shared_ptr< fl::function< void(const fl::json &)> > updateCb )
private

Definition at line 16 of file stream_transport.cpp.hpp.

18 : mPromise(fl::move(p))
19 , mUpdateCallback(fl::move(updateCb)) {
20}
fl::task::Promise< fl::json > mPromise
fl::shared_ptr< fl::function< void(const fl::json &)> > mUpdateCallback
constexpr remove_reference< T >::type && move(T &&t) FL_NOEXCEPT
Definition s16x16x4.h:28

References fl::move(), mPromise, and mUpdateCallback.

+ Here is the call graph for this function: