austinjones / postage-rs

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

watch::Sender should implement Default #58

Open blueforesticarus opened 2 years ago

blueforesticarus commented 2 years ago

since Receivers can be created from a sender, and channel takes no args, it makes sense for Sender to implement Default

blueforesticarus commented 2 years ago

this also applies to broadcast