-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Support smol
runtime
#1719
Support smol
runtime
#1719
Conversation
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.
Okay, please turn this into three commits:
- Introduce
UdpSocket::new()
and use it in theAsyncStdRuntime
impl - Wrap
AsyncStdRuntime
in an inline module, in place - Copy the
AsyncStdRuntime
module to createSmolRuntime
Please minimize unnecessary changes.
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.
Looking good, just two more nits!
@al8n are you able to address the remaining issues here? Would be nice to get this merged. |
Ah, yes, I totally forget this PR. I will address the issues tomorrow. |
(Please rebase to keep the nice commit history instead of adding merges.) |
b722657
to
71d9dc4
Compare
Can you please squash this last commit into the previous one? Other than that, this looks good! |
Done! |
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!
Looks like this needs to be rebased? Not sure why. |
It was blocked on #1719 (comment) being marked resolved. |
Support
smol
async runtime.