func golang.org/x/sys/unix.SetNonblock
3 uses
golang.org/x/sys/unix (current package)
syscall_unix.go#L390: func SetNonblock(fd int, nonblocking bool) (err error) {
src.elv.sh/pkg/cli/term
setup_unix.go#L62: unix.SetNonblock(int(in.Fd()), false)
setup_unix.go#L63: unix.SetNonblock(int(out.Fd()), false)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)