First cut of std::lazy
module
This commit is contained in:
parent
6ee1b62c81
commit
cac1768b03
1002
src/libstd/lazy.rs
Normal file
1002
src/libstd/lazy.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -476,6 +476,12 @@ pub mod process;
|
||||
pub mod sync;
|
||||
pub mod time;
|
||||
|
||||
#[unstable(
|
||||
feature = "std_lazy",
|
||||
issue = "99",
|
||||
)]
|
||||
pub mod lazy;
|
||||
|
||||
#[stable(feature = "futures_api", since = "1.36.0")]
|
||||
pub mod task {
|
||||
//! Types and Traits for working with asynchronous tasks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user