パッケージ: golang-github-creack-goselect-dev (0.1.2-3)
golang-github-creack-goselect-dev に関するリンク
Trisquel の資源:
golang-github-creack-goselect ソースパッケージをダウンロード:
- [golang-github-creack-goselect_0.1.2-3.dsc]
- [golang-github-creack-goselect_0.1.2.orig.tar.gz]
- [golang-github-creack-goselect_0.1.2-3.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Federico Grau
外部の資源:
- ホームページ [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.