zb: Add AsyncDrop trait + impl for MessageStream & SignalStream
Until there is an upstream Rust support for async dropping we will need this for explicit drop of async resources.
Fixes #306 (closed).
Edited by Zeeshan Ali Khan
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Until there is an upstream Rust support for async dropping we will need this for explicit drop of async resources.
Fixes #306 (closed).