KiokuDB::Thunk(3pm) | User Contributed Perl Documentation | KiokuDB::Thunk(3pm) |
KiokuDB::Thunk - Internal only placeholder for deferred objects
version 0.57
# 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.
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.
Yuval Kogman <nothingmuch@woobling.org>
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.
2022-05-23 | perl v5.34.0 |