consign.workarea.workarea Module#

Classes#

ContextVar

LifoQueue([maxsize])

Variant of Queue that retrieves most recently added entries first.

Queue([maxsize])

Create a queue object with a given maximum size.

SameNameSingleton(*args, **kwargs)

WorkArea([name])

WorkArea是consign的基石,负责规划Worker和协程

Class Inheritance Diagram#

Inheritance diagram of consign.workarea.workarea.SameNameSingleton, consign.workarea.workarea.WorkArea