On Mon, Jun 02, 2008 at 02:14:28PM +0800, Yichao Zhang wrote: > Will the block be run in another thread? Will there be any > synchronization problem? I mean, if you have to remove something from > the model along with the view change, multithreading may cause some > trouble without locking.
The timer is an ordinary system timer, so it executes in the main thread, just as in JavaScript. _why
