[ Bron: golang-github-creack-goselect ]
Pakket: golang-github-creack-goselect-dev (0.1.2-3.1)
Verwijzigingen voor golang-github-creack-goselect-dev
Debian bronnen:
Het bronpakket golang-github-creack-goselect downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.