Work to race against a timeout.
Pass a plain promise when the work cannot be cancelled, or a function taking an AbortSignal so it can cancel itself when the timeout — or an external signal — fires.
AbortSignal
Work to race against a timeout.
Pass a plain promise when the work cannot be cancelled, or a function taking an
AbortSignalso it can cancel itself when the timeout — or an external signal — fires.