v/vlib/picoev
2025-06-28 08:13:53 +03:00
..
constants_default.c.v picoev: fix for windows apps with veb in a thread, parallel to a webview, that opens a lot of file descriptors (#23492) 2025-01-17 01:03:49 +02:00
constants_windows.c.v picoev: fix for windows apps with veb in a thread, parallel to a webview, that opens a lot of file descriptors (#23492) 2025-01-17 01:03:49 +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
loop_openbsd.c.v picoev: add implementation for OpenBSD using kqueue (#24801) 2025-06-28 08:13:53 +03:00
loop_termux.c.v picoev: enable running veb services on Termux 2025-01-24 11:34:03 +02:00
picoev.v picoev: add implementation for OpenBSD using kqueue (#24801) 2025-06-28 08:13:53 +03: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: enable running veb services on Termux 2025-01-24 11:34:03 +02:00

Description

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