aboutsummaryrefslogtreecommitdiff
path: root/lib/net/poll.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2023-07-01lib/net: changes the WaitRead/Event model on PollShulhan
2023-07-01lib/net: implement generic PollEventShulhan
2023-06-04lib/net: increase the maximum poll eventsShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2020-06-10all: update email addressShulhan
2019-11-04net: fix the implementation of epollShulhan
2019-11-01net: implement network polling using epoll and kqueueShulhan