zlacker

[return to "The bane of my existence: Supporting both async and sync code in Rust"]
1. gavinh+tc[view] [source] 2024-01-19 23:06:42
>>lukast+(OP)
I hope that someday, we can have a Rust-like language without async.

Bonus points if it has the ability for users to define static analysis a la borrow checking.

◧◩
2. nemoth+nk[view] [source] 2024-01-20 00:00:11
>>gavinh+tc
>I hope that someday, we can have a Rust-like language without async.

That exists today, it's called Rust. You don't have to use async.

[go to top]