Docs.rs
tari_test_utils-5.1.0
tari_test_utils 5.1.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
CjS77
stringhandler
SWvheerden
Dependencies
futures ^0.3.1
normal
rand ^0.8
normal
tari_comms ^5.1.0
normal
tari_shutdown ^5.1.0
normal
tempfile ^3.1.0
normal
tokio ^1.44
normal
futures-test ^0.3.1
dev
Versions
23.08%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
spawn_until_shutdown
tari_
test_
utils
5.1.0
In tari_
test_
utils::
runtime
tari_test_utils
::
runtime
Function
spawn_
until_
shutdown
Copy item path
Source
pub fn spawn_until_shutdown<F>(fut: F) ->
Shutdown
where F:
Future
<Output =
()
> +
Send
+ 'static,