
Hacker News: Front Page
shared a link post in group #Stream of Goodies
without.boats
Asynchronous clean-up
Asynchronous clean-up One problem with the design of async Rust is what do about async clean-up code. Consider that you have a type representing some object or operation (like an async IO handle) and