Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2024 v1.1.0 Mar 24, 2024 Changes in this version type Chan + Locked func() bool v1.0.0 Mar 24, 2024 Changes in this version + func IsClosed[T any](ch chan T) bool + type Chan interface + Cap func() int + Closed func() bool + Data func() unsafe.Pointer + Empty func() bool + Len func() int + Pointer func() unsafe.Pointer + func ValueOf[T any](ch chan T, options ...Option) Chan + type Option func(*opts) + var WithLock Option = func(o *opts) { ... }