Add smol async runtime support#699
Conversation
50260df to
37713f3
Compare
smol async runtime supportsmol async runtime support
hecrj
left a comment
There was a problem hiding this comment.
Thanks for this! Glad to see that supporting smol wasn't too much of a hassle.
I made some changes to fix the time::Every implementation, as smol::Timer::interval doesn't seem to exist.
I think this should be good to go! 🍻
Yeah, thanks to your Executor wrapper it was actually just a few lines of code!
Hmm, it should exist, smol just reexports the async-io |
Yeah, my bad. Looks like I needed to run |
This pull adds support for the
smolasync runtime to iced!