|
|
|
|
|
by asyx
700 days ago
|
|
I really hate async rust. It's really great that rust forces you on a compiler level to use mutexes but async is a disease that is spreading through your whole project and introduces a lot of complexity that I don't feel in C#, Python or JS/TS. |
|
Now, lifetimes attached to function signatures is definitely a problem.