//! Typed management operations created by [`SupervisorHandle`](super::SupervisorHandle).
//!
//! Builders make admission and completion policy explicit before terminal execution.
//! Default waiting, unwatched add and controller submission operations can be awaited directly.
//! Configured operations use their explicit terminal method.
//! Typestate prevents combining mutually exclusive add admission policies while keeping cancellation
//! queue policy independent of its termination deadline.
pub use AddOperation;
pub use CancelOperation;
pub use RemoveOperation;
pub use ;
pub use TaskTarget;