Versions in this module Expand all Collapse all v0 v0.10.1 Jun 27, 2023 v0.10.0 Jun 26, 2023 Changes in this version + type Poller struct + func New() (*Poller, error) + func (p *Poller) Add(fd int, id int) error + func (p *Poller) Close() error + func (p *Poller) Wait(events []unix.EpollEvent, deadline time.Time) (int, error)