logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

KiokuDB::Thunk - Internal only placeholder for deferred objects

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This is an internal placeholder object. It will be used on attributes that you mark with
       KiokuDB::Meta::Attribute::Lazy automatically, and should never be visible to the user because
       KiokuDB::Meta::Instance will automatically inflate it before it's even seen by the accessor's code.

Name

       KiokuDB::Thunk - Internal only placeholder for deferred objects

Synopsis

           # do not use directly,
           # KiokuDB::Meta::Attribute::Lazy, KiokuDB::Meta::Instance and
           # KiokuDB::TypeMap::Entry::MOP will do the actual thunking of data so that
           # the thunk will never be visible unless you break encapsulation.

Version

       version 0.57

See Also