Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 598 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 598 Bytes

gs

Package gs exposes some of sync package's types and subpackages with a generic layer built on top.

Improved DevX (compile-time checks, and you avoid dealing with any/interface{}).

Supported types

Supported subpackages

Other

atomic.CloseSafeChan is a chan wrapper that guarantees safe concurrent closing operations on the channel.