☰
Module future
Traits
core
Modules
alloc
any
arch
array
ascii
borrow
cell
char
clone
cmp
convert
default
f32
f64
ffi
fmt
future
hash
hint
i128
i16
i32
i64
i8
intrinsics
isize
iter
marker
mem
num
ops
option
panic
panicking
pin
prelude
ptr
raw
result
slice
str
sync
task
time
u128
u16
u32
u64
u8
unicode
usize
Macros
assert
assert_eq
assert_ne
cfg
column
compile_error
concat
concat_idents
debug_assert
debug_assert_eq
debug_assert_ne
env
file
format_args
include
include_bytes
include_str
line
module_path
option_env
panic
stringify
todo
try
unimplemented
uninitialized_array
unreachable
write
writeln
dark
light
All crates
alloc
core
proc_macro
std
test
1.36.0
[
−
]
[src]
Module
core
::
future
[
−
]
Expand description
Asynchronous values.
Traits
Future
A future represents an asynchronous computation.