goselect is a select(2) implementation in Go.
.
The select() system call allows programs to monitor multiple file descriptors,
waiting until there is activity on one or more of the file descriptors.
.
This is a native Golang implementation of select(), wrapping syscall.Select
with Go types. It supports multiple architectures and platforms.
Installed Size: 32.8 kB
Architectures: all