Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 18392
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Add POE::Kernel::sig_chld( $pid => ... )
Add a sig_chld( $pid => ... ) This would register a handler to dispatch the SIGCHLD for specific PIDS to specific events or callbacks, instead of sending ALL to it. As each PID's sig was dispatched, it would remove that PID from the outstanding list. Once all were dispatched, it would automatically remove itself. This would help let ::Wheel::Run do all sorts of more interesting magic, and greatly simplify the writing of child handlers.
sig_child() committed as revision 2126. Thanks for the suggestion.