Source code for radical.utils.queue_network.queue


__author__    = "Radical.Utils Development Team"
__copyright__ = "Copyright 2018, RADICAL"
__license__   = "GPL"


# ------------------------------------------------------------------------------
#
[docs] class Queue(object): pass
# ------------------------------------------------------------------------------