Help for this page

Select Code to Download


  1. or download this
    threads->yield();
    
  2. or download this
    saveThreadContext;
    restoreThreadContext;
    
  3. or download this
    #######my $DataQueue = Thread::Queue->new();
    ...
    ...
            $main_text_window->Append($tmptxt);
        }
    }