bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
13 stars 0 forks source link

Use `async` where appropriate #144

Open bdarcus opened 8 months ago

bdarcus commented 8 months ago

Premature at this point, but worth considering longer term, including as Rust improves its async support over the next year or two.

https://blog.rust-lang.org/inside-rust/2023/05/03/stabilizing-async-fn-in-trait.html https://rust-lang.github.io/wg-async/vision/roadmap.html

OTOH, see:

https://blog.hugpoint.tech/avoid_async_rust.html