agde_
tokio
0.1.0
Tokio
Runtime
Trait Implementations
Runtime
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
From<T>
Into<U>
Same
TryFrom<U>
TryInto<U>
VZip<V>
In crate agde_
tokio
agde_tokio
Struct
TokioRuntime
Copy item path
source
pub struct TokioRuntime;
Trait Implementations
§
source
§
impl
Runtime
for
TokioRuntime
source
§
type
Sleep
= Sleep
source
§
fn
spawn
<T:
Send
+ '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
TokioRuntime
§
impl
RefUnwindSafe
for