Public Member Functions | Public Attributes | List of all members
tests.unit.test_common.WaitGroup Class Reference
Inheritance diagram for tests.unit.test_common.WaitGroup:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, n=0)
 
def add (self, n)
 
def done (self)
 
def wait (self)
 

Public Attributes

 count
 
 cv
 

Detailed Description

Definition at line 112 of file test_common.py.

Constructor & Destructor Documentation

◆ __init__()

def tests.unit.test_common.WaitGroup.__init__ (   self,
  n = 0 
)

Definition at line 114 of file test_common.py.

Member Function Documentation

◆ add()

def tests.unit.test_common.WaitGroup.add (   self,
  n 
)

Definition at line 118 of file test_common.py.

◆ done()

def tests.unit.test_common.WaitGroup.done (   self)

Definition at line 123 of file test_common.py.

◆ wait()

def tests.unit.test_common.WaitGroup.wait (   self)

Definition at line 130 of file test_common.py.

Member Data Documentation

◆ count

tests.unit.test_common.WaitGroup.count

Definition at line 115 of file test_common.py.

◆ cv

tests.unit.test_common.WaitGroup.cv

Definition at line 116 of file test_common.py.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:53