Oct. 17, 2010
11:02 a.m.
Den 17. okt. 2010 kl. 00:37 skrev Levente Uzonyi <leves@elte.hu>:
Btw it would be better to use the input semaphore instead of polling for events, like Squeak does it. I wonder why was it changed.
Levente It doesn't, there's effectively polling done in the UI threads hand processing on Squeak.
If it were to -only- use the semaphore, it would run into the same issue as the non-polling fetcher made for pharo when it was properly decoupled from the UI, namely that Windoze VMs don't even raise it. Cheers, Henry