Module worker

Module worker 

Source
Expand description

A worker for running ChipsetDevice implementations in a separate process.

This worker provides process isolation for any device implementing the ChipsetDevice trait. It handles serialization and deserialization of device operations across process boundaries.

Structsยง

RemoteChipsetDeviceWorker
The chipset device worker.
RemoteChipsetDeviceWorkerParameters
Parameters for launching a remote chipset device worker.