smol-rs / smol

A small and fast async runtime for Rust
Apache License 2.0
3.73k stars 156 forks source link

Expose async-broadcast in smol #310

Open notgull opened 5 months ago

notgull commented 5 months ago

@zeenix and I have been discussing if it would be possible to expose async-broadcast in smol, under a "broadcast" module. I'm a fan of this.

The following would need to happen first:

cc @smol-rs/admins

zeenix commented 4 months ago

The following would need to happen first:

  • async-broadcast needs to be released as version 1.0
  • async-broadcast needs to explicitly follow smol's MSRV policy.

Sure, makes sense. I'll look into both of these.

Do you think we also need to resolve https://github.com/smol-rs/async-broadcast/issues/58 ? Fortunately there is a PR for it already and it just needs some adjustments I think. Unfortunately the author seems to have disappeared.