Tornado icon indicating copy to clipboard operation
Tornado copied to clipboard

Add possibility to cancel promises

Open b-viguier opened this issue 6 years ago • 0 comments

Give possibility to cancel a promise, to stop the job necessary to resolve this promise. See what's possible in other libraries:

  • https://reactphp.org/promise/#cancellablepromiseinterface
  • https://amphp.org/amp/cancellation/

Seems needed for #12

b-viguier avatar Oct 16 '18 13:10 b-viguier