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

◆ pendingCount()

template<typename Task = fl::function<void()>>
size_t fl::net::RpcScheduler< Task >::pendingCount ( ) const
inline

Get number of pending scheduled tasks.

Returns
Count of tasks waiting to be executed

Definition at line 66 of file rpc_scheduler.h.

66 {
67 return mQueue.size();
68 }
fl::priority_queue_stable< ScheduledTask > mQueue

References mQueue.