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(...).