mentat/relay/sidebar-items.js

1 line
346 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
initSidebarItems({"fn":[["channel","Create a new channel to send a message."]],"struct":[["Canceled","Represents that the `Sender` dropped before sending a message."],["Receiver","The receiver end of the channel."],["Sender","The Sender portion of a channel."],["Waiting","A `Future` waiting for interest to be registered on the `Receiver`."]]});