//! File-system watch host capability.
//!
//! Wraps `notify` to deliver change events to subscribers identified by
//! handle. The public contract is registered while the implementation is
//! still pending.
use crate;
/// File-watch capability handle.
;