POE::Resources - loader of POE resources


NAME

POE::Resources - loader of POE resources


SYNOPSIS

  POE::Resources->initialize(); # intended to be used within the kernel


DESCRIPTION

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::*.


METHODS

initialize
Used internally by the kernel.


SEE ALSO

the POE::Resource manpage


AUTHORS & LICENSING

Please see POE for more information about its authors, contributors, and POE's licensing.

 POE::Resources - loader of POE resources