Using Rust async for Query Execution and Cancelling Long-Running Queries
Posted on: Mon 30 June 2025 by Pepijn Van Eeckhoudt
Have you ever tried to cancel a query that just wouldn't stop?
In this post, we'll review how Rust's async
programming model works, how …