agde_
tokio
0.1.0
Tokio
Task
Handle
Trait Implementations
Future
TaskHandle<T>
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
FutureExt
Into<U>
IntoFuture
Same
TryFrom<U>
TryFuture
TryFutureExt
TryInto<U>
VZip<V>
In crate agde_
tokio
agde_tokio
Struct
TokioTaskHandle
Copy item path
source
pub struct TokioTaskHandle<T>(
/* private fields */
);
Trait Implementations
§
source
§
impl<T>
Future
for
TokioTaskHandle
<T>
source
§
type
Output
=
Result
<T,
JoinError
>
The type of value produced on completion.
source
§
fn
poll
(self:
Pin
<&mut Self>, cx: &mut
Context
<'_>) ->
Poll
<Self::
Output
>
Attempts to resolve the future to a final value, registering the current task for wakeup if the value is not yet available.
Read more