@anon
sign up
@anon
sign up
pull down to refresh
10 sats
\
0 replies
\
@mmirate
21 Jul 2023
freebie
\
on: Async rust – are we doing it all wrong?
tech
Yes, async Rust is quite clearly doing a lot wrong. Control-flow divergences should be structured per
https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/
and while there are scoped spawns for multithreading, there is no async equivalent, and the available features include the analogue of the harmful
go
statement.
write
preview
reply
100 sats
go
statement.