.net - Thread priority -


i got system.threading.timer change lower priority (thread.currentthread.priority = xxxx).

do have reset priority before exit callback method, or .net reset priority when get's thread back?

system.threading.timer utilizes threadpool , changing priorities not recommended: why *not* change priority of threadpool (or task) thread? , doesn't thread pool changes priority back. seems shouldn't in first place if should change yourself.


Comments