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

◆ active_requests()

fl::size fl::net::http::FetchManager::active_requests ( ) const

Definition at line 490 of file fetch.cpp.hpp.

490 {
491 return mActivePromises.size();
492}
fl::vector< fl::task::Promise< Response > > mActivePromises
Definition fetch.h:264

References mActivePromises.

Referenced by fl::net::http::fetch_active_requests().

+ Here is the caller graph for this function: