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

◆ promise()

fl::task::Promise< fl::json > & fl::net::http::StreamHandle::promise ( )

Access the underlying promise.

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

39 {
40 return mPromise;
41}
fl::task::Promise< fl::json > mPromise

References mPromise.

Referenced by StreamHandle().

+ Here is the caller graph for this function: