1
2
3
4
5
use crate::sync::ipc::channel::IpcChannel;

pub fn channel() -> IpcChannel {
    IpcChannel::new()
}