Expand description
Vmbus channel offer support and related functionality.
Modules§
- bus
- Vmbus bus definitions.
- channel
- Trait-based VMBus channel support.
- gpadl
- GPADL support.
- gpadl_
ring - GPADL-backed ring buffers.
- offer
- Vmbus channel offer support.
- resources
- Resource definitions related to vmbus.
- simple
- Traits for implementing simple vmbus devices with no subchannels.
Structs§
- Channel
Closed - Error returned from
SignalVmbusChannel::poll_for_signal
indicating the channel has been closed by the other endpoint. - RawAsync
Channel - The resources for a bidirectional vmbus channel.
Traits§
- Signal
Vmbus Channel - An object to use to communicate notifications with the remote endpoint of a vmbus channel.
Functions§
- connected_
async_ channels - Creates a pair of connected channels. Useful for testing.