Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T = unknown

Hierarchy

Index

Properties

Methods

Properties

value: T

Value from the pool

Methods

  • destroy(): void
  • free(...args: unknown[]): void
  • Returns the resource to the pool

    Parameters

    • Rest ...args: unknown[]

      extra arguments to pass to the onFree hook handler

    Returns void