Module toolbox.lazy


module toolbox.lazy
Defines the Lazy API.
  • Packages

    Exports
    Package
    Description
    Lazy loading helps with not allocating unnecessary memory to the heap when it's not needed.