Skip to main content
channel
mysten_
common
0.1.0
In mysten_
common::
sync::
oneshot
mysten_common
::
sync
::
oneshot
Function
channel
Copy item path
Source
pub fn channel<T>() -> (
Sender
<T>,
Receiver
<T>)
Expand description
Create a new oneshot channel.