Hyperlinkv0.9.0-beta.0

Gate

Gate.makeconstsrc/Gate.ts:890
<T, A, E>(config: internal.GateConfig<T, A, E>): Effect.Effect<
  internal.GateRunHandle<T, A, E | RateLimiterError>,
  never,
  Store.Storage | Scope.Scope
>

Create a scoped handle with .run only — no live observation, no RPC.

constructors
Source src/Gate.ts:8901 lines
export const make = internal.makeGateRunHandleEffect;