v/vlib/picoev
2025-07-02 15:45:47 +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: fix documentation (#24811) 2025-06-29 12:59:14 +03:00
loop_freebsd.c.v picoev: fix documentation (#24811) 2025-06-29 12:59:14 +03:00
loop_linux.c.v docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols. 2025-07-02 15:45:47 +03:00
loop_macos.c.v picoev: fix documentation (#24811) 2025-06-29 12:59:14 +03:00
loop_openbsd.c.v picoev: fix documentation (#24811) 2025-06-29 12:59:14 +03:00
loop_termux.c.v docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols. 2025-07-02 15:45:47 +03:00
picoev.v docs: use cmd/tools/find_doc_comments_with_no_dots.v to put some missing dots in the doc comments of public symbols. 2025-07-02 15:45:47 +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: fix documentation (#24811) 2025-06-29 12:59:14 +03:00

Description

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