Class Barrier (0.3.0)

Barrier(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Barrier runnable blocks until all tasks in a taskgroup reach it.

Attribute

NameDescription
name str
Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.

Inheritance

builtins.object > proto.message.Message > Barrier