Type Definition webrender_api::channel::MsgSender
[−]
[src]
type MsgSender<T> = IpcSender<T>;
Handles the channel implementation when IPC is enabled.