Async Finalizers

Related Stories

Liten: An alternative async runtime in rust.

Hot take: Tokio and async-await are great.

Strange ownership behaviour in async function when using mutable references

Show HN: PyDoll – Async Python scraping engine with native CAPTCHA bypass

Rewriting Kafka in Rust Async: Insights and Lessons Learned in Rust

Flowguard: A minimal rate-limiting library for Python (sync + async) -- Feedback welcome!

Just published my first crate: ato - a minimal no_std compatible async runtime

Day 30: Async vs Cluster vs Worker Threads in Node.js β€” Which One Should You Use?

Async Traits Can Be Directly Backed By Manual Future Impls

Async SqlAlchemy template

Tokio async slow?

brokerless messaging async crate

Async compute all the things

Zig has great potential for async

How async/await works in Python

async/await versus the Calloop Model

A quick demo of core.async.flow

async_pub_sub crate is looking for feedback 😊

State Machine Generation in Rust’s async/await

Unchain - async method chaining experiments with Javascript Proxy

Async from scratch 3: Pinned against the wall

Trale (Tiny Rust Async Linux Executor) v0.3.0 published!

Automatically add missing "async/await" keywords to your TypeScript code

Ref<T>: A Python-Inspired Wrapper for Rust Async Concurrency

Do tasks in rust get yielded by the async runtime?

godot-rust v0.3 - type-safe signals and async/await

wary: a no_std and async-compatible validation and transformation library

🚫 I’m Tired of Async Web Frameworks, So I Built Feather

Learning rust - how to structure my app and handle async code?

Fair vs. Unfair Race Implementations in Async Rust: Understanding the Tradeoffs