|
|
|
|
|
by fnordpiglet
1017 days ago
|
|
Biggest issue I have with async is the lack of native async traits and the lack of support for async closures. You can work around the traits issue but the closure issue you can’t. I’ve spent hours trying to work around closures that wrap async code. |
|