On 01-May-2009 howard chen wrote:
> Hello,
> 
> In POE, how to move from one handler (manually) to another handler?
> 
> E.g.
> 
> http://search.cpan.org/dist/POE-Component-Client-NNTP/lib/POE/Component/Client
> /NNTP.pm
> 
> Inside the  "nntp_211" method, I want to force jump to the "_shutdown"
> method?

$poe_kernel->post() or $poe_kernel->yield()

-Philip
 

Reply via email to