initSidebarItems({"fn":[["channel","Creates an in-memory channel implementation of the `Stream` trait with bounded capacity."],["spawn","Spawns a `stream` onto the instance of `Executor` provided, `executor`, returning a handle representing the remote stream."],["spawn_unbounded","Spawns a `stream` onto the instance of `Executor` provided, `executor`, returning a handle representing the remote stream, with unbounded buffering."],["unbounded","Creates an in-memory channel implementation of the `Stream` trait with unbounded capacity."]],"struct":[["Execute","Type of future which `Executor` instances must be able to execute for `spawn`."],["Receiver","The receiving end of a channel which implements the `Stream` trait."],["SendError","Error type for sending, used when the receiving end of a channel is dropped"],["Sender","The transmission end of a channel which is used to send values."],["SpawnHandle","Handle returned from the `spawn` function."],["TrySendError","Error type returned from `try_send`"],["UnboundedReceiver","The receiving end of a channel which implements the `Stream` trait."],["UnboundedSender","The transmission end of a channel which is used to send values."]]});