Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chan ¶
type Chan[T any] struct { // contains filtered or unexported fields }
A Chan is an atomic channel of type chan T. The zero value is a nil channel.
func (*Chan[T]) CompareAndSwap ¶
CompareAndSwap executes the compare-and-swap operation for c.
Click to show internal directories.
Click to hide internal directories.