The signal that aborts the supply.
Optional
receiver: SupplyReceiver<void> | SupplyReceiverFnOptional supply receiver for contructed supplier. It can be useful to prevent the
unexpected failure in case the signal
already aborted.
New supplier instance cut off once the signal
aborted.
Generated using TypeDoc
Aborts supply by given signal.
If the given
signal
already aborted, then cuts off the supply with abort reason. Otherwise, cuts off the supply once an abortsignal
received.