-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Imagine:
const ac = new AbortController()
const {signal} = ac
const p1 = $({signal})`cmd`
const p2 = p1.pipe`cmd`.pipe`cmd`It's required to pass the signal to the entire piped process chain
setTimeout(() => signal.abort(), 500)
const o2 = await p2 // AbortedReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels