Variable PoolsConst

Pools: {
    pop_context(): void;
    push_context(): void;
    register(pool): void;
} = ...

Type declaration

  • pop_context:function
  • push_context:function
  • register:function
    • Parameters

      • pool: AllPools

      Returns void

Generated using TypeDoc