pub fn batch_zero_copy_transfer(
transfers: &[(SharedRegion, TransferFlags)],
from_pid: ProcessId,
to_pid: ProcessId,
) -> Result<Vec<Result<()>>>Expand description
Batch zero-copy transfer for multiple regions
pub fn batch_zero_copy_transfer(
transfers: &[(SharedRegion, TransferFlags)],
from_pid: ProcessId,
to_pid: ProcessId,
) -> Result<Vec<Result<()>>>Batch zero-copy transfer for multiple regions