agde_
web
0.1.0
WebRuntime
Trait Implementations
Runtime
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
web
agde_web
Struct
WebRuntime
Copy item path
source
pub struct WebRuntime;
Trait Implementations
§
source
§
impl
Runtime
for
WebRuntime
source
§
type
Sleep
=
Sleep
source
§
fn
spawn
<T:
Send
+
Unpin
+ 'static, F:
Future
<Output = T> +
Send
+ 'static>( future: F, ) ->
Box
<dyn
TaskHandle
<T>>
source
§
fn
sleep
(duration:
Duration
) -> Self::
Sleep
Auto Trait Implementations
§
§
impl
Freeze
for
WebRuntime
§
impl