Function open_channel

Source
pub async fn open_channel(
    driver: impl SpawnDriver + Clone + 'static,
    offer_info: OfferInfo,
    params: OpenParams,
    dma_client: &dyn DmaClient,
) -> Result<RawAsyncChannel<MemoryBlockRingMem>>
Expand description

Opens a vmbus channel, returning the ring buffer parameters.