withQueueMutex

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