Skip to content

Commit

Permalink
mention exceptions too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 27, 2016
1 parent 27bce90 commit e43afba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop/Subprocess.pm
Expand Up @@ -137,8 +137,8 @@ Process id of the spawned subprocess if available.
Execute the first callback in a child process and wait for it to return one or
more values, without blocking L</"ioloop"> in the parent process. Then execute
the second callback in the parent process with the results. The return values of
the first callback will be serialized with L<Storable>, so they can be shared
between processes.
the first callback and exceptions thrown by it, will be serialized with
L<Storable>, so they can be shared between processes.
=head1 SEE ALSO
Expand Down

0 comments on commit e43afba

Please sign in to comment.