cancellation-use-cases
cancellation-use-cases copied to clipboard
Like https://github.com/nodejs/promise-use-cases but for cancellation ^^
cancellation-use-cases
Short lived repository in order to discuss Node.js cancellation user use cases and issues with AbortSignal
The goal is to provide feedback to Node.js, WHATWG and TC39 in order to converge on cancellation best practices and APIs.
Use Cases
- Server and request cancellation
- Worker-Queue cancellation
- High Throughput TCP server
- CLI tool
- Service in a large node codebase
Questions to answer
See the questions document for what we'll want to try and answer.
Contributing
Please consider making a pull request for use cases you have using cancellation in JavaScript - see the existing use cases folder and index for examples.
Code of Conduct
This repository is bound by the Node.js Code of Conduct.
Please report complaints to [email protected]