Crates.io | wait3 |
lib.rs | wait3 |
version | 0.4.0 |
source | src |
created_at | 2023-06-17 03:06:42.00993 |
updated_at | 2023-12-05 07:44:08.851911 |
description | Wait for arbitrary conditions (e.g.: time, TCP connetions, etc on the command-line) |
homepage | https://xkcd.com/303/ |
repository | https://github.com/github-py/wait3/ |
max_upload_size | |
id | 892706 |
size | 39,834 |
Wait for arbitrary conditions (e.g.: time, TCP connetions, etc) in the command-line)
cargo install wait3
number: a valid integer suffix: smh
wait3 time <number><suffix>
Wait for 5 seconds
wait3 time 5s
Wait for 4 minutes
wait3 time 4m
Wait for subprocess
wait3 command --exit 0 'sleep 9'