multithreading - i have a process that is blocked.but one thread of this process is (not running) still executing something -


how threads library affect activity?is threads library responsible this?if is,is threads library responsible? , if can,explain me threads library....

a process can appear "blocked" if it's user interface thread waiting on routine. may thread in program, thread doing computationally intensive, , prevents user interface updating.

that separate issue threading libraries, however.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -