take property
T
get
take
Grows the pool availability if needed then takes an available object from the pool
Implementation
T get take {
_grow();
return takeNow;
}
Grows the pool availability if needed then takes an available object from the pool
T get take {
_grow();
return takeNow;
}