当 Distributed worker 在分布式 tensorflow 中使用 shared_queue

When Distributed workers use shared_queue in distributed tensorflow

当Distributed worker在分布式tensorflow中使用shared_queue时, shared_queue 是否专门用于互斥?

TensorFlow 队列对象,例如 tf.FIFOQueue,是线程安全的。这既适用于单个进程中的多个用户,也适用于分布式设置中通过 shared_name 共享队列的多个作业。