Docs.rs
tokio-async-utils-0.1.0
tokio-async-utils 0.1.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
nxy7
Dependencies
tokio ^1.36.0
normal
Versions
0%
of the crate is documented
Go to latest version
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.0
TaskExt
Required Methods
to_task_handle
Implementations on Foreign Types
JoinHandle<T>
Implementors
In crate tokio_async_utils
?
Trait
tokio_async_utils
::
TaskExt
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
§