[ 原始碼: 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.