initSidebarItems({"fn":[["channel","Create a bounded mpsc channel for communicating between asynchronous tasks, returning the sender/receiver halves."],["unbounded_channel","Create an unbounded mpsc channel for communicating between asynchronous tasks."]],"mod":[["error","Channel error types"]],"struct":[["Receiver","Receive values from the associated `Sender`."],["Sender","Send values to the associated `Receiver`."],["UnboundedReceiver","Receive values from the associated `UnboundedSender`."],["UnboundedSender","Send values to the associated `UnboundedReceiver`."]]});