top | item 40804314

(no title)

brianolson | 1 year ago

Rust async/await is less nice than Go coroutines. There are things you can't do and weird rules around Rust async code. Every Go chan allows multiple readers and multiple writers, but Rust stdlib and tokio default to single-reader queues.

discuss

order

No comments yet.