quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

Support `smol` runtime #1719

Closed al8n closed 8 months ago

al8n commented 9 months ago

Support smol async runtime.

djc commented 8 months ago

@al8n are you able to address the remaining issues here? Would be nice to get this merged.

al8n commented 8 months ago

@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.

djc commented 8 months ago

(Please rebase to keep the nice commit history instead of adding merges.)

djc commented 8 months ago

Can you please squash this last commit into the previous one? Other than that, this looks good!

al8n commented 8 months ago

Can you please squash this last commit into the previous one? Other than that, this looks good!

Done!

djc commented 8 months ago

Looks like this needs to be rebased? Not sure why.

Ralith commented 8 months ago

It was blocked on https://github.com/quinn-rs/quinn/pull/1719#discussion_r1419512333 being marked resolved.