kyansel 0.1.0

Cancellable future. Provide a future as argument and the current future will cancel if the provided future resolves first
Documentation
1
2
3
4
5
6
7
8
9
10
11
## About 
Simple crate that provides a combinator future that will cancel when the passed future completes

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or <https://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]LICENSE-MIT or <https://opensource.org/licenses/MIT>)

at your option.