http.zig
http.zig copied to clipboard
Clearification
Does this lib use std.event.Loop or it using just threads
There is no std.event.Loop.
It uses epoll/kqueue to read incoming requests, and once we have a full request, dispatches to a thread pool.