Skip to main content

Module device

Module device 

Source
Expand description

Device module.

Structs§

CommunicationId
An ID unique to any unordered combination of devices.
DeviceId
The device id.

Enums§

DeviceServiceStage
Pipeline stage a DeviceService runs on. Each stage gets its own runner thread per device, allowing upstream work to overlap with downstream kernel dispatch.

Traits§

Device
Device trait for all ruda devices.
DeviceService
Represent a service that runs on a device.

Type Aliases§

ServerUtilitiesHandle
An pointer to a service’s server utilities.