fn jail_worker_process(
guest_memory: GuestMemory,
worker_tube: Tube,
config: &Config,
swap_device_helper: Option<SwapDeviceHelper>,
) -> Result<()>Expand description
The worker thread of the warden process for creating jails and locking devices inside.