windows phone 7 - What's the difference between UI thread and Render thread? -
and, if call
this.dispatcher.begininvoke(() => { //do work }); or
deployment.current.dispatcher.begininvoke(() => { //do work }); which thread work?
and
does deployment.current.dispatcher same this.dispatcher?
what's difference between ui thread , render thread?
ui thread calculates on cpu
render thread on gpu
which thread work?
ui
does deployment.current.dispatcher same this.dispatcher?
yes
Comments
Post a Comment