Help for this page

Select Code to Download


  1. or download this
    sub wait # simplified
    {
    ...
        event_loop while not $lambda-> is_finished;
        return $lambda-> peek;
    }
    
  2. or download this
    context $socket;
    writable { Y }
    
  3. or download this
    syswrite $socket ....;
    readable { Z }