smol-rs / futures-lite

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

Add a waker() future #58

Closed notgull closed 2 years ago

notgull commented 2 years ago

Resolves #8. I'm not particularly attached to the name.

notgull commented 2 years ago

Eh, thinking about this, since we can do it with the current library through poll_fn, and it's a pretty niche feature at that, it shouldn't be in this library.