smol-rs / futures-lite

Futures, streams, and async I/O combinators.
Apache License 2.0
427 stars 25 forks source link

factor loop-match pattern out of AssertAsync method impls #64

Closed fogti closed 1 year ago

fogti commented 1 year ago

Noticed this during the review of #62. I'm open for bikeshedding on the assert_async_antipoll name.

fogti commented 1 year ago

I didn't want to make it an associated method because it's completely independent from the type parameter <T>

fogti commented 1 year ago

I renamed it to assert_async_wrapio.