Breaking backwards compatiblity

Adam D. Ruppe destructionator at gmail.com
Sat Mar 10 07:23:43 PST 2012


On Saturday, 10 March 2012 at 15:19:15 UTC, H. S. Teoh wrote:
> Since when is mouse movement a stop-the-world event on Linux?

It's a hardware interrupt. They all work that way. You have
to give a lot of care to handling them very quickly and
not letting them stack up (lest the whole system freeze).


More information about the Digitalmars-d mailing list