blob: c2a7fe7d57b29fd495e9da3b2a95ab9e3fe33f28 [file] [view]
dart:zircon
===========
These are the Dart bindings for the Zircon [kernel
interface](https://fuchsia.googlesource.com/zircon/+/HEAD/docs/)
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. `Handle`s are returned by various methods on
`System` and `HandleWaiter`s are returned by `handle.asyncWait(...)`.