menu
saropa_dart_utils package
documentation
async/resource_pool_utils.dart
ResourcePool<T>
maxSize property
maxSize property
dark_mode
light_mode
maxSize
property
int
maxSize
final
Maximum number of resources that may exist (idle + in use) at once.
Implementation
final int maxSize;
saropa_dart_utils package
documentation
async/resource_pool_utils
ResourcePool<T>
maxSize property
ResourcePool class