Hyperlinkv0.8.0-beta.28

hyperlink-ts

RunHyperlink29

Constructors

Layers & Serving

Models

RunGateHandletypeMinimal handle from RunHyperlink.make — .run only.RunGateStatustypeLive counters for an observable run gate.RunHyperlinkinterfaceA run-gate handle — the value yield MyRun produces.RunHyperlinkConfiginterfaceConfiguration for RunHyperlink.make — local scoped handle, no RPC.RunHyperlinkHandletypeObservable handle from RunHyperlink.make with observation disabled, or the local-only engine handle.RunHyperlinkLayerConfiginterfaceLayer / serve config — the tag carries wire schemas; this supplies the gated effect.RunHyperlinkLayerEffecttypeGated effect for layer / serve — unit gates (void input) accept a bare Effect.Effect or () => Effect; parameterized gates use (input) => Effect.RunHyperlinkRunnertypeA generic runner that wraps any effect with concurrency gating.RunHyperlinkRunnerConfiginterfaceConfiguration for RunHyperlink.makeRunner.RunHyperlinkServiceConfiginterfaceFull Service config — wire schemas and the gated effect in one object.RunHyperlinkServiceDefinitioninterfaceService factory result — tag surface plus baked-in layer and configure helpers.RunHyperlinkServiceEffecttypeGated effect for Service — same rules as RunHyperlinkLayerEffect at the decoded type.RunHyperlinkStaticRuntypeStatic .run shortcut on Tag / Service — adds the tag to R.RunHyperlinkTagDefinitiontypeTag factory result — Hyperlink tag + wire schemas + static RunHyperlinkStaticRun.RunHyperlinkTagSchemasinterfaceSchema-only options for Tag — pair with layer for the gated effect.RunHyperlinkWireSchemasinterfaceWire schemas shared by Tag and Service.

Utils