sshirokov/hinge

Basic Async FS access

Opened this issue · 0 comments

Need basic async APIs for

  • File open
  • File read
  • File write
  • File rename

This ticket should also implement the stat watcher from libev and include an API for it's operation.

Libev recommends against using IO watchers for disk-based descriptors, so this work might be best carried out in the threadpool.