Poolable
cc.otavia.core.pool.Poolable
trait Poolable
An object which can be pooled.
Extends Nextable for intrusive linked-list storage inside PerThreadPool. The next pointer avoids wrapper allocation in the pool's free-list, and clean calls clearNext to detach the node when recycling.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ChannelFutureStateclass FutureState[R]class FuturesState[R]class AbstractPromise[V]class Stackclass AskStack[A]class BatchAskStack[A]class BatchNoticeStack[N]class ChannelStack[T]class NoticeStack[N]
Members list
In this article