Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
libcore
/
future
/
mod.rs
blob: 6693ecbac41fa807e9c70a1b99631cfd6fc416a9 [
file
] [
log
] [
blame
]
#![
unstable
(
feature
=
"futures_api"
,
reason
=
"futures in libcore are unstable"
,
issue
=
"50547"
)]
//! Asynchronous values.
mod
future
;
pub
use
self
::
future
::
Future
;