tree: 74675de923611a2030f08f9f81ed944643204ae1 [path history] [tgz]
  1. meta/
  2. src/
  3. stub/
  4. BUILD.gn
  5. generate.py
  6. README.md
  7. wrapper.h
src/starnix/lib/syncio/README.md

Sync IO Bindings

This library provides low-level bindings to the Fuchsia zxio library used to facilitate synchronous interop with the fuchsia.io and socket protocols.

For the more common asynchronous use case, see: //src/lib/fuchsia-fs.

These bindings are auto-generated by the generate.py script which can be run using either the pre-built or host Python 3 binary.