withDaemonMutex

private inline suspend fun <T> withDaemonMutex(lockSource: String, owner: Any? = null, action: MutableList<DaemonHost>.() -> T): T