in reply to Re: Create your own signal in Perl
in thread Create your own signal in Perl

main function waits for a signal to get emitted ,and then it calls the signal callback some thread later emits the signal Is that possible in Perl??

Replies are listed 'Best First'.
Re^3: Create your own signal in Perl
by mtmcc (Hermit) on Jul 26, 2013 at 16:54 UTC
    I don't use threading very often, so probably not the right person to ask. As well as the links given above, this tutorial might be helpful.

    Best of luck!