Function a653rs_linux_core::ipc::io_pair
source ยท pub fn io_pair<T>() -> TypedResult<(IoSender<T>, IoReceiver<T>)>Expand description
Creates a pair of sockets that are meant for passing file descriptors to partitions.
pub fn io_pair<T>() -> TypedResult<(IoSender<T>, IoReceiver<T>)>Creates a pair of sockets that are meant for passing file descriptors to partitions.