Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneOfOne/lfchan
/ types & classes
Types & classes
16 in github.com/OneOfOne/lfchan
⨍
Functions
51
◇
Types & classes
16
Struct
Chan
Chan is a lock free channel that supports concurrent channel operations.
lfchan.go:20
Struct
Chan
typed/uint64Chan/uint64_lfchan.go:17
Interface
Receiver
Receiver represents a Chan or RecvOnly.
lfchan.go:170
Interface
Receiver
typed/uint64Chan/uint64_lfchan.go:146
Struct
RecvOnly
RecvOnly is a receive-only channel.
lfchan.go:164
Struct
RecvOnly
typed/uint64Chan/uint64_lfchan.go:142
Struct
SendOnly
SendOnly is a send-only channel.
lfchan.go:153
Struct
SendOnly
typed/uint64Chan/uint64_lfchan.go:134
Interface
Sender
Sender represents a Chan or SendOnly.
lfchan.go:159
Interface
Sender
typed/uint64Chan/uint64_lfchan.go:138
Struct
innerChan
lfchan.go:12
Struct
innerChan
typed/uint64Chan/uint64_lfchan.go:10
Struct
queue
lfchan.go:187
Struct
queue
typed/uint64Chan/uint64_lfchan.go:163
Struct
qvalue
lfchan.go:183
Struct
qvalue
typed/uint64Chan/uint64_lfchan.go:159