Function muse_channel::unbounded
source ยท pub fn unbounded() -> (ValueSender, ValueReceiver)Expand description
Returns a new channel with no capacity restrictions.
This channel will panic in out-of-memory situations.
pub fn unbounded() -> (ValueSender, ValueReceiver)Returns a new channel with no capacity restrictions.
This channel will panic in out-of-memory situations.