Creates an AbortSignal that aborts with the current scope. If the scope is canceled or fails, the signal abort reason is the corresponding error. The signal does not provide cancellation authority for the scope.
AbortSignal
Signal that aborts when the current scope starts converging.
Creates an
AbortSignalthat aborts with the current scope. If the scope is canceled or fails, the signal abort reason is the corresponding error. The signal does not provide cancellation authority for the scope.