Subject: | Allow wheels, especially POE::Wheel::Run, to handle signals. |
This task is probably dead in light of POE::Component::Child. The
component performs similar actions as POE::Wheel::Run, but it does them
in a separate session. As a result it can handle SIGCHLD, obviating the
need for SIGCHLD support in POE::Wheel::Run.