Hyperlinkv0.9.0-beta.0

WorkPool

WorkPool.QueueSuccessCarrierinterfacesrc/WorkPool.ts:748

A phantom marker intersected onto a Tag to carry the worker success schema (A's schema) at the type level, without touching the (invariant, RPC-facing) spec. The layer / serve config and the store analytics recover A from here (default Schema.Void). Type-only — no runtime field; the runtime success schema still rides the successSym stamp.

modelsTagSchema.Void
Source src/WorkPool.ts:7483 lines
export interface QueueSuccessCarrier<Success extends Schema.Top = typeof Schema.Void> {
  readonly [queueSuccessCarrierSym]?: Success;
}