Expand description
Structs§
- Async
Lazy futures - A lazy value that initializes via future
- Lazy
- The lazy type.
Lazy values aren’t initialized until requested by some part of the program.
When requested,
Lazywill initialize the value and return a reference to it
Functions§
- async_
lazy futures - Creates a new
AsyncLazywithout having to specify the future’s return type