commit | 22c601ebdd6e37f4fb42661bd384a7356c4ad91e | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Jul 04 15:29:20 2022 +0200 |
committer | Jeff Vander Stoep <[email protected]> | Thu Jul 07 11:27:52 2022 +0200 |
tree | 902b739d11c45209dfd944d382b56882686751dc | |
parent | 4fc4ef23c518b03ce5eba65abdbc07636a19a515 [diff] |
Enable Tests Test: atest: x86_64 futures-channel_test_src_lib: Passed: 1, Failed: 0, Ignored: 0, Assumption Failed: 0, x86_64 futures-channel_test_tests_channel: Passed: 4, Failed: 0, Ignored: 0, Assumption Failed: 0, x86_64 futures-channel_test_tests_mpsc-close: Passed: 7, Failed: 0, Ignored: 0, Assumption Failed: 0, x86_64 futures-channel_test_tests_mpsc: Passed: 22, Failed: 0, Ignored: 0, Assumption Failed: 0, x86_64 futures-channel_test_tests_oneshot: Passed: 8, Failed: 0, Ignored: 0, Assumption Failed: 0, Change-Id: I7f601764d2e65d3b80bd7a45e15cf147d5bb0946 Change-Id: I6901cde6750d831e59087b43c082e452d95a1280
Channels for asynchronous communication using futures-rs.
Add this to your Cargo.toml
:
[dependencies] futures-channel = "0.3"
The current futures-channel
requires Rust 1.45 or later.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.