PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.Pool< T > Member List

This is the complete list of members for PeanutButter.Utils.Pool< T >, including all inherited members.

Borrow()PeanutButter.Utils.Pool< T >
Borrow(int maxWaitMilliseconds)PeanutButter.Utils.Pool< T >
CountPeanutButter.Utils.Pool< T >
Dispose()PeanutButter.Utils.Pool< T >
Forget(IPoolItem< T > item)PeanutButter.Utils.Pool< T >
MaxItemsPeanutButter.Utils.Pool< T >
Pool(Func< T > factory)PeanutButter.Utils.Pool< T >
Pool(Func< T > factory, int maxItems)PeanutButter.Utils.Pool< T >
Pool(Func< T > factory, Action< T > onRelease)PeanutButter.Utils.Pool< T >
Pool(Func< T > factory, Action< T > onRelease, int maxItems)PeanutButter.Utils.Pool< T >
Take()PeanutButter.Utils.Pool< T >
Take(int maxWaitMilliseconds)PeanutButter.Utils.Pool< T >