v/vlib/picoev
2025-01-16 16:36:12 +02:00
..
logging.v picoev: extract common code to a trace_fd/1 function, cleanup 2024-10-29 18:32:34 +02:00
loop_default.c.v picoev: extract common code to a trace_fd/1 function, cleanup 2024-10-29 18:32:34 +02:00
loop_freebsd.c.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
loop_linux.c.v picoev: fix the incompatible pointer type cast error in the C.epoll_wait call (#22785) 2024-11-07 17:11:36 +02:00
loop_macos.c.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
picoev.v all: remove ancient deprecations (#23479) 2025-01-16 16:36:12 +02:00
picoev_test.v picoev: add more logging of errors (#20558) 2024-02-25 22:35:13 +02:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
socket_util.c.v picoev: extract common code to a trace_fd/1 function, cleanup 2024-10-29 18:32:34 +02:00

Description

picoev is a V implementation of picoev, which in turn is "A tiny, lightning fast event loop for network applications".