https://github.com/benjamingr/cancellation-use-cases
Like https://github.com/nodejs/promise-use-cases but for cancellation ^^
https://github.com/benjamingr/cancellation-use-cases
Last synced: 11 days ago
JSON representation
Like https://github.com/nodejs/promise-use-cases but for cancellation ^^
- Host: GitHub
- URL: https://github.com/benjamingr/cancellation-use-cases
- Owner: benjamingr
- Created: 2020-11-12T13:44:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-23T14:12:24.000Z (over 4 years ago)
- Last Synced: 2025-04-07T14:18:36.385Z (3 months ago)
- Size: 30.3 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. [Server and request cancellation](use-cases/01-server-process-request.md)
2. [Worker-Queue cancellation](use-cases/02-worker-queue-cancellation.md)
3. [High Throughput TCP server](use-cases/03-high-throughput-server.md)
4. [CLI tool](use-cases/04-cli-tool.md)
5. [Service in a large node codebase](use-cases/05-service-in-a-large.md)### Questions to answer
See the [questions document](questions.md) 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](https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md).
Please report complaints to [email protected]