BoundedSemaphore

Inheritance:

Methods of BoundedSemaphore:

Methods of Semaphore:

__init__
def __init__(self, value=1)

Undocumented function.

release
def release(self)

Undocumented function.

__exit__
def __exit__(self, t, v, tb)

Undocumented function.

__init__
def __init__(self, value=1)

Undocumented function.

acquire
def acquire(self, blocking=True)

Undocumented function.