You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to get an estimate number of recyclable entries in a RecyclerPool.
This is fine for regular use, but for operational reasons, and (more importantly), testing purposes it would be good to have a way to get even just an estimation.
So let's add something like RecyclerPool.pooledCount() to support this.
The text was updated successfully, but these errors were encountered:
Currently there is no way to get an estimate number of recyclable entries in a
RecyclerPool
.This is fine for regular use, but for operational reasons, and (more importantly), testing purposes it would be good to have a way to get even just an estimation.
So let's add something like
RecyclerPool.pooledCount()
to support this.The text was updated successfully, but these errors were encountered: