Changeset 11070
- Timestamp:
- 03/11/10 09:22:55 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/TaskManager.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/TaskManager.pm
r11063 r11070 431 431 # Changing the selection seems to solve the endless-loop problem 432 432 # while ( threads->list(threads::running) >= 2 ) { 433 while ( threads->list(threads::joinable) > = 2) {433 while ( threads->list(threads::joinable) > 0 ) { 434 434 for ( threads->list(threads::joinable) ) { 435 435 $_->join;
Note: See TracChangeset
for help on using the changeset viewer.
