visa_device_handler::device_map

Module mutex_map

source

Structsยง

  • The MutexDeviceMap provides a locked safe way to store The resource manager and all the sessions in one place.
    MutexDeviceMap uses Arc and Mutex wrapped around rm and map to provide a safe way to interact with them.
    For usage without mutex use DeviceMap