webrender_
api
0.66.0
In webrender_
api::
channel
Structs
MsgReceiver
MsgSender
Payload
Receiver
Sender
Functions
fast_channel
msg_channel
payload_channel
single_msg_channel
unbounded_channel
Type Aliases
PayloadReceiver
PayloadSender
webrender_api
::
channel
Function
msg_channel
Copy item path
Settings
Help
Summary
Source
pub fn msg_channel<T>() ->
Result
<(
MsgSender
<T>,
MsgReceiver
<T>),
Error
>