Help for this page

Select Code to Download


  1. or download this
    use threads       qw( async );
    use Thread::Queue qw( );
    ...
    while (defined(my $item = $q->dequeue())) {
       ...
    }
    
  2. or download this
    use threads           qw( async );
    use Win32::Socketpair qw( winsocketpair );
    ...
    };
    
    ... select $fr_parent_sock and $fr_child_sock ...