I want to add a oneshot channel to smol's public API, mainly for discoverability. Rather than re-inventing the wheel and coding one, I figure why not just re-export this crate?
However smol is a stable crate, so this crate would need to have a stable (v1.0) release if that were to happen.
Are there any issues that would prevent a stable release? I'm willing to help if you'll have me.
cc @madsmtm, @smol-rs/admins
I want to add a oneshot channel to
smol's public API, mainly for discoverability. Rather than re-inventing the wheel and coding one, I figure why not just re-export this crate?However
smolis a stable crate, so this crate would need to have a stable (v1.0) release if that were to happen.Are there any issues that would prevent a stable release? I'm willing to help if you'll have me.
cc @madsmtm, @smol-rs/admins