Crate muse_channel

source ·
Expand description

A multi-producer, multi-consumer channel of [RootedValue]s.

This channel supports sending and receiving from blocking and async code, and the channel types ValueSender and ValueReceiver can be passed into the Muse runtime.

Structs§

Enums§

Statics§

  • A symbol for the default name for the new channel function.

Traits§

Functions§