Skip to content

Commit

Permalink
Small comment tweak re: top/bottom handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Gwyn committed Aug 4, 2009
1 parent 50a5fc1 commit 260c0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poe/lib/POE/Resource/Signals.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ sub _data_sig_pipe_finalize {
} }


### Send a signal "message" to the main thread ### Send a signal "message" to the main thread
### Called from the bottom signal handlers ### Called from the top signal handlers
sub _data_sig_pipe_send { sub _data_sig_pipe_send {
my $n = $SIG2NUM{ $_[1] }; my $n = $SIG2NUM{ $_[1] };
if( ASSERT_DATA ) { if( ASSERT_DATA ) {
Expand Down Expand Up @@ -811,7 +811,7 @@ sub _data_sig_pipe_syswrite {
} }


### Read all signal numbers. ### Read all signal numbers.
### Call the related top handlers ### Call the related bottom handler. That is, inside the kernel loop.
sub _data_sig_pipe_read { sub _data_sig_pipe_read {
my( $self, $fileno, $mode ) = @_; my( $self, $fileno, $mode ) = @_;
if( ASSERT_DATA ) { if( ASSERT_DATA ) {
Expand Down

0 comments on commit 260c0a6

Please sign in to comment.