Docs.rs
tokio-async-utils-0.1.3
tokio-async-utils 0.1.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nxy7
Dependencies
tokio ^1.36.0
normal
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
tokio_
async_
utils
0.1.3
TaskExt
Required Methods
to_task_handle
Implementations on Foreign Types
JoinHandle<T>
Implementors
In crate tokio_
async_
utils
tokio_async_utils
Trait
TaskExt
Copy item path
Source
pub trait TaskExt<T> { // Required method fn
to_task_handle
(self) ->
TaskHandle
<T>; }
Required Methods
§
Source
fn
to_task_handle
(self) ->
TaskHandle
<T>
Implementations on Foreign Types
§
Source
§
impl<T>
TaskExt
<T> for
JoinHandle
<T>
Source
§
fn
to_task_handle
(self) ->
TaskHandle
<T>
Implementors
§