// Copyright 2023-2024 Martin Pool
//! Communication from the library to a monitor: a test, a UI, etc.
use Task;
use crateCounter;
/// A monitor receives events from the library and may collect them, report them
/// to the terminal, log them, etc.