Closed
Description
OSX 10.6, FreeBSD 8.1, DragonFlyBSD 4.0, and NetBSD 10.0 added EVFILT_USER
for user-established events. By utilizing EVFILT_USER
, we'd be able to eliminate the kernel overhead of the pipe
and gain a worthwhile performance boost for the notification mechanism of kqueue-based netpoller.
See also #65443
@golang/runtime
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done