tokio-evacuate 1.1.1

A future for coordinating controlled shutdown of participants.
Documentation
clean:
    cargo clean

fmt:
    cargo fmt --all

lint:
    cargo fmt --all -- --check

build:
    cargo build

build-release:
    cargo build --release

test:
    cargo test

bench:
    cargo bench