smol-rs / async-channel

Async multi-producer multi-consumer channel
Apache License 2.0
726 stars 38 forks source link

Add weak sender and receiver #51

Closed notgull closed 1 year ago

notgull commented 1 year ago

tokio recently added weak senders to its MPSC channel, and I thought that it was a pretty good idea. This PR adds a weak sender and receiver to this crate.