pub(crate) type TaskWatcher<T> = Receiver<TaskState<T>>;
struct TaskWatcher<T> { /* private fields */ }