austinjones / postage-rs

The feature-rich, portable async channel library
MIT License
251 stars 9 forks source link

Add an integration with the futures crate. #39

Closed austinjones closed 3 years ago

austinjones commented 3 years ago

Implement futures::Sink and futures::Stream for all senders and receivers if the futures-traits feature is enabled.

No implementation of futures::Sink is provided for the broadcast::Sender.