bearcove / loona

HTTP 1+2 in Rust, with io_uring & ktls
https://docs.rs/loona
Apache License 2.0
361 stars 13 forks source link

chore: More async cancellation cleanups #200

Closed fasterthanlime closed 3 months ago

fasterthanlime commented 3 months ago

This cancels the IoUringAsync::listen task in fluke-buffet before waiting for the LocalSet to finish.

That's a clean-up follow-up to #198