5 lines
255 B
Text
5 lines
255 B
Text
|
Async_unix includes Unix-related dependencies for things like system calls
|
||
|
and threads. Using these, it hooks the Async_kernel scheduler up to either epoll
|
||
|
or select, depending on availability, and manages a thread pool that blocking
|
||
|
system calls run in.
|