const runtime._EVFILT_READ
5 uses
runtime (current package)
defs_darwin_amd64.go#L92: _EVFILT_READ = -0x1
netpoll_kqueue.go#L37: filter: _EVFILT_READ,
netpoll_kqueue.go#L60: ev[0].filter = _EVFILT_READ
netpoll_kqueue.go#L145: if ev.filter != _EVFILT_READ {
netpoll_kqueue.go#L162: case _EVFILT_READ:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |