in reply to threads->create() blocks on Windows

Set your stdout to autoflush, and try again.
$| = 1;

Replies are listed 'Best First'.
Re^2: threads->create() blocks on Windows
by photron (Novice) on Mar 20, 2014 at 12:05 UTC

    I tried this but it didn't make a difference.