Searched defs:Poolable (Results 1 – 3 of 3) sorted by relevance
3 interface Poolable { interface
210 public static abstract class Poolable{ class in ObjectPool
34 pub(super) trait Poolable: Unpin + Send + Sized + 'static { interface