[][src]Module webrender_api::channel

Structs

MsgReceiver
MsgSender
Payload

Traits

PayloadReceiverHelperMethods
PayloadSenderHelperMethods

A helper to handle the interface difference between IpcBytesSender and Sender<Vec<u8>>.

Functions

msg_channel
payload_channel

Type Definitions

PayloadReceiver
PayloadSender

Handles the channel implementation when in process channels are enabled.