POE::Resources - loader of POE resources |
POE::Resources - loader of POE resources
POE::Resources->initialize(); # intended to be used within the kernel
Internally POE's kernel is split up into the different resources that it manages. Each resource may be handled by a pure perl module, or by an XS module. This module is used internally by the kernel to load the correct modules.
For each resource type, initialize first tries to load POE::XS::Resource::*
and then falls back to POE::Resource::*
.
Please see POE for more information about its authors, contributors, and POE's licensing.
POE::Resources - loader of POE resources |