class documentation

class _LoopbackQueue: (source)

View In Hierarchy

Trivial wrapper around a list to give it an interface like a queue, which the addition of also sending notifications by way of a Deferred whenever the list has something added to it.
Method __init__ Undocumented
Method __nonzero__ Undocumented
Method get Undocumented
Method put Undocumented
Class Variable disconnect Undocumented
Instance Variable _notificationDeferred Undocumented
Instance Variable _queue Undocumented
def __init__(self): (source)

Undocumented

def __nonzero__(self): (source)

Undocumented

def get(self): (source)

Undocumented

def put(self, v): (source)

Undocumented

disconnect: bool = (source)

Undocumented

_notificationDeferred = (source)

Undocumented

_queue: list = (source)

Undocumented