Pool<'resource>Type
PackageAxial.Layers
A fixed-size set of eagerly provisioned resource instances, handed out round-robin.
Specification
Kind
Type
Members
3
Examples
0
NextSignature
this.Next
InstancesSignature
this.Instances
CountSignature
this.Count
Returns the next instance, distributing calls round-robin across every instance.
Returns
'resource
Every instance in the pool, e.g. to release or inspect them directly.
Returns
'resource seq

