in reply to Re: Win32::GUI window freezing, even with threading.
in thread Win32::GUI window freezing, even with threading.

That seems to work the exact same way... Which is confusing because both threads should function independently of each other.
  • Comment on Re^2: Win32::GUI window freezing, even with threading.

Replies are listed 'Best First'.
Re^3: Win32::GUI window freezing, even with threading.
by Anonymous Monk on May 28, 2013 at 06:54 UTC

    That seems to work the exact same way... Which is confusing because both threads should function independently of each other.

    What seems to work the exact same way (did you adopt that code to your use case)?

    Consider Re: Thread parallel execution (join blocks), and throw Thread::Queue in the mix, does dequeue block like join (what I think BrowserUk hints at)?

    Thread::Queue SYNOPSIS lists a Non-blocking dequeue

      This is the answer. And I feel silly now. I read perlthrtut but not Thread::Queue docs :/