This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
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."]]});