1POE::Resource::Extrefs(U3s)er Contributed Perl DocumentatPiOoEn::Resource::Extrefs(3)
2
3
4
6 POE::Resource::Extrefs - internal reference counts manager for
7 POE::Kernel
8
10 There is no public API.
11
13 POE::Resource::Extrefs is a mix-in class for POE::Kernel. It provides
14 the features to manage session reference counts, specifically the ones
15 that applications may use. POE::Resource::Extrefs is used internally
16 by POE::Kernel, so it has no public interface.
17
19 See "Public Reference Counters" in POE::Kernel for the public extref
20 API.
21
22 See "Resources" in POE::Kernel for public information about POE
23 resources.
24
25 See POE::Resource for general discussion about resources and the
26 classes that manage them.
27
29 Reference counters have no ownership information, so one entity's
30 reference counts may conflict with another's. This is usually not a
31 problem if all entities behave.
32
34 Please see POE for more information about authors and contributors.
35
36
37
38perl v5.36.0 2022-07-22 POE::Resource::Extrefs(3)