v/vlib/picoev
2024-10-26 18:10:47 +03:00
..
loop_default.c.v all: replace fn name '@xxx' with 'xxx' (#22506) 2024-10-12 22:17:02 +03: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 ci: test -os linux cross compilation on macOS 2024-10-26 18:10:47 +03:00
loop_macos.c.v fmt: fix alignment of struct init fields (#22025) 2024-08-11 09:11:24 +03:00
picoev.v picoev,net.http: use Time.http_header_string method, to improve performance (#22619) 2024-10-22 16:39:48 +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: add -d support_wsl1 (workaround #22493) 2024-10-12 08:56:47 +03:00

Description

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