EgtGeomKernel :
- in VolZmap modificato tempo di attesa sui thread (da 1 a 10 microseconds).
This commit is contained in:
+1
-1
@@ -776,7 +776,7 @@ VolZmap::CheckMapConnection( void)
|
||||
int nTerminated = 0 ;
|
||||
while ( nTerminated < nActiveThread) {
|
||||
for ( int i = 0 ; i < nThreadMax ; ++ i) {
|
||||
if ( vRes[i].valid() && vRes[i].wait_for( chrono::microseconds{ 1 }) == future_status::ready) {
|
||||
if ( vRes[i].valid() && vRes[i].wait_for( chrono::microseconds{ 10}) == future_status::ready) {
|
||||
vRes[i].get() ;
|
||||
++ nTerminated ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user