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.

Class Variable disconnect Undocumented
Method __init__ Undocumented
Method put Undocumented
Method __nonzero__ Undocumented
Method get Undocumented
Instance Variable _notificationDeferred Undocumented
Instance Variable _queue Undocumented
_notificationDeferred = (source)

Undocumented

disconnect = (source)

Undocumented

(type: bool)
def __init__(self): (source)

Undocumented

_queue = (source)

Undocumented

(type: list)
def put(self, v): (source)

Undocumented

def __nonzero__(self): (source)

Undocumented

def get(self): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.