Hacker News new | ask | show | jobs
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.
1 comments

Can you tell me more about the async closure issue you're having?