Wraps a promise function and provides cancellation functionality.
The type of the promise's resolved value.
The type of the promise function's arguments.
The promise function to wrap.
Rest
The wrapped function with cancellation capability.
Wraps a promise function and provides cancellation functionality.