Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    aio_utime( 'x', 0, 0, sub { $c-> send( @_ )});
    say $c-> recv;
    
  2. or download this
    int i;
    printf( "calling\n" );
    ...
    printf( "called\n" );
    return i;