Ask a question to get started
Enter to sendā¢Shift+Enter new line
LastValueAfterFinish( self, typ: Any, key: str = '', )
Generic[Value]
BaseChannel[Value, Value, tuple[Value, bool]]
Return a copy of the channel.
The type of the value stored in the channel.
The type of the update received by the channel.
Stores the last value received, but only made available after finish(). Once made available, clears the value.