Type of the values sent by the readable flow.
Return type of the drain method after the consumption of the flow.
Additional arguments passed to the readable flow.
Additional arguments passed to the drain function.
Consumes a ReadableFlow and returns a Promise that resolves to the return value of the drain function.
The readable flow to consume.
The signal to abort the process.
Additional arguments passed to the drain function.
A Promise that resolves to the return value of the drain function.
Represents a consumer of a
ReadableFlow.