3 unstable releases
0.2.1 | Feb 10, 2021 |
---|---|
0.2.0 | Jan 19, 2021 |
0.1.0 | Feb 2, 2019 |
#993 in Concurrency
24 downloads per month
Used in 2 crates
12KB
171 lines
terminate
terminate is a simple crate to abstract logic to terminate threads, coroutines and the like.
Licensing
The license for this project is MIT.
lib.rs
:
#terminate
Is a rust crate to abstract logic to terminate threads, coroutines and the like.