You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trac3r-rust/doc/mio_extras/channel/sidebar-items.js

1 line
584 B

initSidebarItems({"enum":[["SendError","An error returned from the `Sender::send` or `SyncSender::send` function."],["TrySendError","An error returned from the `SyncSender::try_send` function."]],"fn":[["channel","Creates a new asynchronous channel, where the `Receiver` can be registered with `Poll`."],["sync_channel","Creates a new synchronous, bounded channel where the `Receiver` can be registered with `Poll`."]],"struct":[["Receiver","The receiving half of a channel."],["Sender","The sending half of a channel."],["SyncSender","The sending half of a synchronous channel."]]});