capnproto / capnproto-rust

Cap'n Proto for Rust
MIT License
2.03k stars 221 forks source link

Making rust capn proto fully async #510

Closed AbdulWMughal closed 2 months ago

AbdulWMughal commented 3 months ago

Are the team for this crate planning on making it fully asynchronous as i believe it’s synchronous right now?

dwrensha commented 3 months ago

Did you see the capnp_futures crate?

dwrensha commented 2 months ago

Closing because the capnp_futures crate already exists and it supports async reading and writing of Cap'n Proto messages.