Open
Description
As per async-rs/futures-timer#39 it seems there are some scenarios where having an AtomicWaker
type available would be useful.
It's somewhat niche, but I was wondering if it would perhaps make sense to expose it? Thoughts?
If we do we should probably create a separate crate so we can share the impl with futures-timer
. Thanks!