]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ParentPipe.pm
ds: stop distinguishing event read and write callbacks
[public-inbox.git] / lib / PublicInbox / ParentPipe.pm
index 25f13a82fe77b9d1c44f2a904f6e06a6e55915a5..a9f05fc14a9fa86f7b4c18868b13ef4f7bba6e7c 100644 (file)
@@ -16,6 +16,6 @@ sub new ($$$) {
        $self;
 }
 
-sub event_read { $_[0]->{cb}->($_[0]) }
+sub event_step { $_[0]->{cb}->($_[0]) }
 
 1;