Hyperlinkv0.9.0-beta.0

WorkPool

WorkPool.queueReleaseEncodingErrorconstsrc/WorkPool.ts:552
Schema.Union<
  readonly [
    typeof QueueMissingItemSchemaError,
    typeof QueueItemEncodingError
  ]
>

The releaseEncoded failure channel — the wire-encodable union of the engine's encode errors (now Schema.TaggedErrorClass, so they are both yieldable and RPC-encodable).

wire schemas
Source src/WorkPool.ts:5524 lines
Referenced by 2 symbols