menu
stormy_kit package
documentation
utils/preload/control/preload_semaphore.dart
PreloadSemaphore
waitingCount property
waitingCount property
dark_mode
light_mode
waitingCount
property
int
get
waitingCount
当前等待的任务数
Implementation
int get waitingCount => _waiters.length;
stormy_kit package
documentation
utils/preload/control/preload_semaphore
PreloadSemaphore
waitingCount property
PreloadSemaphore class