An HTTP/1.1 server for zig
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' into dev

-4
-4
src/buffer.zig
··· 18 18 }; 19 19 }; 20 20 21 - // When we're in blocking mode, the Pool is shared by threads in the blocking 22 - // worker's threadpool. Thus, we need to synchornize access. 23 - // When we're not in blocking mode, every worker gets its own Pool and the pool 24 - // is only accessed from that worker thread, so no lockig is required. 25 21 pub const Pool = struct { 26 22 io: Io, 27 23 mutex: Mutex,