[ 源代码: golang-github-creack-goselect ]
软件包:golang-github-creack-goselect-dev(0.1.2-3.1)
golang-github-creack-goselect-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-creack-goselect:
- [golang-github-creack-goselect_0.1.2-3.1.dsc]
- [golang-github-creack-goselect_0.1.2.orig.tar.gz]
- [golang-github-creack-goselect_0.1.2-3.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
select(2) implementation in Go (library)
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.