towhee.utils.atomic_count.AtomicCount

class towhee.utils.atomic_count.AtomicCount(count: int)[source]

Bases: object

Atomic count, support thread-safe += operator.

Methods

Attributes

count

__init__(count: int)[source]