v/vlib/picoev
jhuntos 7ca23f6316
picoev: add initial values for struct field callbacks, to fix new compiler notices (#19065)
Missing initial value for struct values
2023-08-06 07:09:16 +03:00
..
README.md picoev, picohttparser: reimplement in V (#18506) 2023-07-12 09:40:16 +03:00
loop_default.c.v picoev, picohttparser: reimplement in V (#18506) 2023-07-12 09:40:16 +03:00
loop_freebsd.c.v picoev, picohttparser: reimplement in V (#18506) 2023-07-12 09:40:16 +03:00
loop_linux.c.v picoev, picohttparser: reimplement in V (#18506) 2023-07-12 09:40:16 +03:00
loop_macos.c.v picoev, picohttparser: reimplement in V (#18506) 2023-07-12 09:40:16 +03:00
picoev.v picoev: add initial values for struct field callbacks, to fix new compiler notices (#19065) 2023-08-06 07:09:16 +03:00
socket_util.c.v picoev, picohttparser: reimplement in V (#18506) 2023-07-12 09:40:16 +03:00

README.md

Description:

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