Ask a question to get started
Enter to send•Shift+Enter new line
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.
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.
Key for the cache entry.