tree: d1afcc76fc425f6404297620894b16a973d623f1 [path history] [tgz]
  1. lib/
  2. sdk_ext/
  3. test/
  4. analysis_options.yaml
  5. BUILD.gn
  6. pubspec.yaml
  7. README.md
shell/platform/fuchsia/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(...).