Ask a question to get started
Enter to sendā¢Shift+Enter new line
NamedBarrierValueAfterFinish( self, typ: type[Value], names: set[Value] )
Generic[Value]
BaseChannel[Value, Value, set[Value]]
The type of the value stored in the channel.
The type of the update received by the channel.
Return a copy of the channel.
A channel that waits until all named values are received before making the value ready to be made available. It is only made available after finish() is called.