v/vlib/picoev
2024-02-26 09:03:03 +02:00
..
loop_default.c.v picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
loop_freebsd.c.v picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
loop_linux.c.v picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
loop_macos.c.v picoev: remove fmt off tags (#20569) 2024-02-26 09:03:03 +02:00
picoev.v picoev: add more logging of errors (#20558) 2024-02-25 22:35:13 +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: add more logging of errors (#20558) 2024-02-25 22:35:13 +02:00

Description

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