http.zig icon indicating copy to clipboard operation
http.zig copied to clipboard

Clearification

Open SOG-web opened this issue 8 months ago • 1 comments

Does this lib use std.event.Loop or it using just threads

SOG-web avatar Apr 21 '25 21:04 SOG-web

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.

karlseguin avatar Apr 22 '25 00:04 karlseguin