deferred

abstract var deferred: Boolean

Deferred mode

Whether to defer reads and copies into the VFS until files are requested; in this operating mode, the VFS contents are indexed for later use, and then consumed on-demand.

This setting can be set as a property, or as a builder method.

See also

for the builder-method equivalent.