DataQueue
-
class DataQueue(**properties: Any)
Superclasses: Object
DataQueue
is an object that handles threadsafe queueing of objects. It
also provides size-related functionality. This object should be used for
any Element
that wishes to provide some sort of queueing functionality.
Methods
-
class DataQueue
-
do_empty(self) → None
-
do_full(self) → None
Properties
-
class DataQueue
-
props.current_level_bytes: int
The type of the None singleton.
-
props.current_level_time: int
The type of the None singleton.
-
props.current_level_visible: int
The type of the None singleton.
Virtual Methods
-
class DataQueue
-
do_empty() → None
The type of the None singleton.
-
do_full() → None
The type of the None singleton.
Fields
-
class DataQueue
-
object
The parent structure
-
priv