Hacker News
- Async Rust: Panics vs. Cancellation https://smallcultfollowing.com/babysteps/blog/2022/01/27/panics-vs-cancellation-part-1/ 26 comments
- Async Cancellation https://blog.yoshuawuyts.com/async-cancellation-1/ 40 comments
- Show HN: Cancelable async primitives for JavaScript https://github.com/Mitranim/posterus 97 comments
Lobsters
- Async cancel safety in lilos: Mutex without lock, Queue without push https://cliffle.com/blog/lilos-cancel-safety/ 3 comments api , rust
- Async Rust: Panics vs. Cancellation https://smallcultfollowing.com/babysteps/blog/2022/01/27/panics-vs-cancellation-part-1/ 2 comments rust
- The Hidden Control Flow — Some Insights on an Async Cancellation Problem in Rust https://itnext.io/the-hidden-control-flow-some-insights-on-an-async-cancellation-problem-in-rust-c2605b47e8b0?sk=9cff172aac0492781a7ee242377af2d0&source=friends_link 15 comments rust
- [tutorial] Rust async in practice - tokio::select! & cancellation safety https://developerlife.com/2024/07/10/rust-async-cancellation-safety-tokio/ 3 comments rust
- How To Cancel Any Async Task in JavaScript https://open.substack.com/pub/zacharylee/p/how-to-cancel-any-async-task-in-javascript?r=1g2tj4 26 comments javascript
- The Hidden Control Flow — Some Insights on an Async Cancellation Problem in Rust https://greptime.com/blogs/2023-01-12-hidden-control-flow 7 comments rust
- Async cancellation: a case study of pub-sub in mini-redis http://smallcultfollowing.com/babysteps/blog/2022/06/13/async-cancellation-a-case-study-of-pub-sub-in-mini-redis/ 30 comments rust
- [Blog post] Async Cancellation II: Time and Signals https://blog.yoshuawuyts.com/async-cancellation-2/ 19 comments rust
- Async Rust: Panics vs. Cancellation https://smallcultfollowing.com/babysteps//blog/2022/01/27/panics-vs-cancellation-part-1/ 5 comments rust
- Blog post: Async Cancellation https://blog.yoshuawuyts.com/async-cancellation-1/ 26 comments rust
- Talking Async Episode 2: Cancellation in depth https://www.youtube.com/watch?v=hHk5OXlKVFg 4 comments cpp
- Cancelable Async Flows (CAF) by Kyle Simpson https://github.com/getify/caf 21 comments javascript
- I wrote a tiny generator runner that transparently concludes yielded promises, iterators, and effects, making your async flows cancellable and testable. https://github.com/dmaevsky/conclure 49 comments javascript
- Faster Incremental Builds: Speculation and Cancellation in Async Rust https://blog.pantsbuild.org/fast-incremental-builds-speculation-cancellation/ 4 comments rust
- Cancelable Async Flows (CAF) https://github.com/getify/CAF/blob/master/README.md 16 comments node
- Cancelable Async Flows (CAF) https://github.com/getify/caf/blob/master/readme.md 8 comments javascript
- Composable async primitives (futures) with true cancelation, control over scheduling, and coroutines https://github.com/mitranim/posterus 5 comments javascript
- Async method without cancellation support, do it my way. http://www.planetgeek.ch/2016/12/08/async-method-without-cancellation-support-do-it-my-way/ 12 comments csharp
- Async method without cancellation support, oh my! http://www.planetgeek.ch/2016/12/02/async-method-without-cancellation-support-oh-my/ 7 comments csharp
- Cancelling an async HTTP request Task sends TCP RESET packet http://byterot.blogspot.com/2014/06/cancelling-http-request-sends-http-tcp-syn-reset-aspnetwebapi-httpclient-async-task-cancellationtoken.html 4 comments programming
- Cancelling an async HTTP request Task sends TCP RESET packet http://byterot.blogspot.com/2014/06/cancelling-http-request-sends-http-tcp-syn-reset-aspnetwebapi-httpclient-async-task-cancellationtoken.html 5 comments csharp
- Tutorial - Build with Naz - Rust async, non-blocking, concurrent, parallel, event loops, cancellation safety https://developerlife.com/2024/05/19/effective-async-rust/ 3 comments rust