Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Syn::Pool(T)
Inherits
Reference
/
Object
EXPERIMENTAL
Relies on the experimental timeout feature.
Constructors
new
(capacity :
Int32
= 5, timeout :
Time::Span
= 5.seconds, &generator : ->
T
)
Source
Instance methods
checkin
(obj :
T
) :
Nil
Source
checkout
Source
using
Source