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

Comparing AnyEvent/lib/AnyEvent/Handle.pm (file contents):
Revision 1.104 by root, Mon Nov 3 21:49:25 2008 UTC vs.
Revision 1.105 by root, Thu Nov 6 16:16:44 2008 UTC

374} 374}
375 375
376=item $handle->autocork ($boolean) 376=item $handle->autocork ($boolean)
377 377
378Enables or disables the current autocork behaviour (see C<autocork> 378Enables or disables the current autocork behaviour (see C<autocork>
379constructor argument). 379constructor argument). Changes will only take effect on the next write.
380 380
381=cut 381=cut
382
383sub autocork {
384 $_[0]{autocork} = $_[1];
385}
382 386
383=item $handle->no_delay ($boolean) 387=item $handle->no_delay ($boolean)
384 388
385Enables or disables the C<no_delay> setting (see constructor argument of 389Enables or disables the C<no_delay> setting (see constructor argument of
386the same name for details). 390the same name for details).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines