Key
Each Key instance stores a per-strand value which is inherited by scoped
strands. Background strands created by
spawn and stream start
fresh and do not inherit values.
Constructor
Key()
Creates a new strand-local key.
Fields
value
Gets or sets the value associated with this key in the current strand.
Defaults to nil when the key has not been set in the current
strand.