KiokuDB::Thunk - Internal only placeholder for deferred objects
Contents
Copyright And License
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.34.0 2022-05-23 KiokuDB::Thunk(3pm)
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
