ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP.pm
(Generate patch)

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.144 by root, Fri Mar 23 21:16:25 2012 UTC vs.
Revision 1.145 by root, Tue Oct 2 13:58:07 2012 UTC

265=over 4 265=over 4
266 266
267=item norc => $boolean (default false) 267=item norc => $boolean (default false)
268 268
269If true, then the rc file (e.g. F<~/.perl-anyevent-mp>) will I<not> 269If true, then the rc file (e.g. F<~/.perl-anyevent-mp>) will I<not>
270be consulted - all configuraiton options must be specified in the 270be consulted - all configuration options must be specified in the
271C<configure> call. 271C<configure> call.
272 272
273=item force => $boolean (default false) 273=item force => $boolean (default false)
274 274
275IF true, then the values specified in the C<configure> will take 275IF true, then the values specified in the C<configure> will take
540} 540}
541 541
542=item peval $port, $coderef[, @args] 542=item peval $port, $coderef[, @args]
543 543
544Evaluates the given C<$codref> within the contetx of C<$port>, that is, 544Evaluates the given C<$codref> within the contetx of C<$port>, that is,
545when the code throews an exception the C<$port> will be killed. 545when the code throws an exception the C<$port> will be killed.
546 546
547Any remaining args will be passed to the callback. Any return values will 547Any remaining args will be passed to the callback. Any return values will
548be returned to the caller. 548be returned to the caller.
549 549
550This is useful when you temporarily want to execute code in the context of 550This is useful when you temporarily want to execute code in the context of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines