☰
Other items in
actix_utils
::
oneshot
All crates
?
Function
actix_utils
::
oneshot
::
channel
[
−
]
[src]
pub fn channel<T>() ->
(
Sender
<T>,
Receiver
<T>
)
Expand description
Creates a new futures-aware, one-shot channel.