Files
Uttarayan Mondal d5ecda4c73 Initial docs commit
2021-03-15 01:27:34 +05:30

1 line
477 B
JavaScript

initSidebarItems({"fn":[["channel","Creates a new one-shot channel for sending a single value across asynchronous tasks."]],"struct":[["Canceled","Error returned from a `Receiver` when the corresponding `Sender` is dropped."],["Cancellation","A future that resolves when the receiving end of a channel has hung up."],["Receiver","A future for a value that will be provided by another asynchronous task."],["Sender","A means of transmitting a single value to another task."]]});