local_comm
T = TypeVar('T')
module-attribute
ConcurrencyError
Bases: Exception
Exception to denote that a rank cannot proceed because it is waiting on a call from another rank.
AsyncResult
__init__(result)
wait()
LocalComm
Bases: Comm[T]