יובל קוג'מן (Yuval Kogman) > KiokuDB-0.27 > KiokuDB::LiveObjects::Scope

Download:
KiokuDB-0.27.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  1
View Bugs
Report a bug
Source   Latest Release: KiokuDB-0.34

NAME ^

KiokuDB::LiveObjects::Scope - Scope helper object

SYNOPSIS ^

    {
        my $scope = $dir->new_scope;

        ... do work on $dir ...
    }

DESCRIPTION ^

Live object scopes exist in order to ensure objects don't die too soon if the only other references to them are weak.

When scopes are destroyed the refcounts of the objects they refer to go down, and the parent scope is replaced in the live object set.

METHODS ^

push

Adds objects or entries, increasing their reference count.

clear

Clears the objects from the scope object.