blob: 3bbb488364446061b27877daf7efbcd37e9e3c6d (
plain)
1
2
3
4
5
6
|
# oneshot-fused-workaround
Thin veneer over `futures::channel::oneshot` to fix use with `futures::select!`.
See [`futures-rs` ticket #2455](https://github.com/rust-lang/futures-rs/issues/2455).
License: MIT OR Apache-2.0
|