Closed faern closed 4 years ago
The original reason for writing this library was that there were no good oneshot channels that supported communicating between sync and async Rust. The Receiver should implement Future<Output = Result<T, DroppedSenderError>>.
Receiver
Future<Output = Result<T, DroppedSenderError>>
Fixed in 61c50bfb01ac64f8e7d49733129e0b5f9d3d663c
The original reason for writing this library was that there were no good oneshot channels that supported communicating between sync and async Rust. The
Receiver
should implementFuture<Output = Result<T, DroppedSenderError>>
.