Matt Novak logo Matt Novak

async

Posts tagged: async

async_sync: make sync + async play nice in Rust

2025-08-15 • 4 min

async_sync is a tiny crate that makes boundaries between synchronous and asynchronous Rust code painless, with retries, timeouts, parallel execution and diagnostics.