Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 401 Bytes

File metadata and controls

9 lines (6 loc) · 401 Bytes
  • single threaded
  • async
  • V8

libV

non-blocking I/O operations to a consistent interface across all supported platforms. It provides mechanisms to handle file system, DNS, network, child processes, pipes, signal handling, polling and streaming. It also includes a thread pool for offloading work for some things that can't be done asynchronously at the operating system level.

  • multi threaded