-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add smol
async runtime support
#699
Conversation
50260df
to
37713f3
Compare
smol
async runtime supportsmol
async runtime support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
smol
async runtime to iced!