Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npat-efault/poller
/ types & classes
Types & classes
9 in github.com/npat-efault/poller
⨍
Functions
91
◇
Types & classes
9
Struct
FD
FD is a poller file-descriptor. Typically a file-descriptor connected to a terminal, a pseudo terminal, a character device, a FIFO (named pipe), or an
poller.go:99
TypeAlias
dirFlag
poller_select.go:77
TypeAlias
errFlags
error.go:10
Struct
errT
error.go:18
Struct
fdCtl
fdCtl keeps control fields (locks, timers, etc) for a single direction. For every FD there is one fdCtl for Read operations and another for Write oper
poller.go:86
Struct
fdMap
TODO(npat): Perhaps lock fdMap with a RWMutex?? fdMap maps IDs (arbitrary integers) to FD structs. IDs are *not* reused, so if we get stale file-descr
poller.go:31
TypeAlias
fdSet
select_cgo.go:35
TypeAlias
msg
echo_test.go:102
Struct
selectCtx
selectCtx contains variables used to interact with the select goroutine.
poller_select.go:23