HyperlinkHandoffStrategyOpt-in cutover strategy for withHandoff (Locked #33).
camelCase option strings — same family as OnConflict / WorkPool shutdownMode
(PascalCase is reserved for _tag discriminants).
Source src/Hyperlink.ts:1421 lines
export type type HandoffStrategy =
| "drainOnly"
| "workPoolRelease"
Opt-in cutover strategy for
withHandoff
(Locked #33).
camelCase option strings — same family as OnConflict / WorkPool shutdownMode
(PascalCase is reserved for _tag discriminants).
HandoffStrategy = type HyperlinkHandoffStrategy = "drainOnly" | "workPoolRelease"Opt-in cutover strategy stamped by
Hyperlink.withHandoff
.
Public alias:
Hyperlink.HandoffStrategy
.
HyperlinkHandoffStrategy;
Referenced by 3 symbols