spacemeshos / post

Spacemesh POST protocol implementation
MIT License
19 stars 20 forks source link

Use one mutex for any Device besides CPU #217

Closed fasmat closed 1 year ago

fasmat commented 1 year ago

Two different providers can represent the same physical device. To be safe we should lock any concurrent access to all devices besides CPU.