agde_
web
0.1.0
WebTask
Handle
Trait Implementations
Future
TaskHandle<T>
Auto Trait Implementations
!RefUnwindSafe
!UnwindSafe
Freeze
Send
Sync
Unpin
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
FutureExt
Into<U>
IntoFuture
TryFrom<U>
TryFuture
TryFutureExt
TryInto<U>
VZip<V>
In crate agde_
web
agde_web
Struct
WebTaskHandle
Copy item path
source
pub struct WebTaskHandle<T> {
/* private fields */
}
Trait Implementations
§
source
§
impl<T>
Future
for
WebTaskHandle
<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
source
§