crochet
crochet copied to clipboard
Example for IO without futures
It would be nice if there was an example of how to update the UI in reaction to external events without async/await. Or is the idea that one would always use async/await for that? Assuming that arbitrarily blocking in the app logic is a bad idea 😄