| Crates.io | stop-handle |
| lib.rs | stop-handle |
| version | 0.1.0 |
| created_at | 2020-02-14 12:59:23.679323+00 |
| updated_at | 2020-02-14 12:59:23.679323+00 |
| description | Convinient structure to terminate future execution |
| homepage | https://github.com/glebpom/stop-handle |
| repository | https://github.com/glebpom/stop-handle |
| max_upload_size | |
| id | 208837 |
| size | 13,649 |
An easy way to request termination of the running future
Add this to your Cargo.toml:
[dependencies]
stop-handle = "0.1"
See examples folder