tree: 3f128a1b7650565deae3d0404d1f4288438c7fe6 [path history] [tgz]
  1. lib/
  2. sdk_ext/
  3. test/
  4. analysis_options.yaml
  5. BUILD.gn
  6. pubspec.yaml
  7. README.md
  8. sdk_ext.gni
public/dart-pkg/zircon/README.md

dart:zircon

These are the Dart bindings for the Zircon kernel interface

This package exposes a System object with methods for may Zircon system calls, a Handle type representing a Zircon handle and a HandleWaiter type representing a wait on a handle. Handles are returned by various methods on System and HandleWaiters are returned by handle.asyncWait(...).