Closed
Description
WritableStream::write
does not take a Cancellation
, but the documentation suggests it can take time:
Writers can wait on the returned promises to feel the backpressure.
Is this something to be concerned about when writing code that is subjected to cancellation? For example, to timeout an entire complex sequence of reads and writes implementing a transaction in some network protocol.
Metadata
Metadata
Assignees
Labels
No labels