SimplePool

constructor(@IntRange(from = 1) maxPoolSize: Int)(source)

Parameters

maxPoolSize

The maximum pool size

T

The pooled type.