···1818 };
1919};
20202121-// When we're in blocking mode, the Pool is shared by threads in the blocking
2222-// worker's threadpool. Thus, we need to synchornize access.
2323-// When we're not in blocking mode, every worker gets its own Pool and the pool
2424-// is only accessed from that worker thread, so no lockig is required.
2521pub const Pool = struct {
2622 io: Io,
2723 mutex: Mutex,