Artifact 9892dee49f53a923c7c9977e17e188fc207f48aa:
- File windows/window.c — part of check-in [0345763d47] at 2013-08-17 11:06:08 on branch trunk — Add a general way to request an immediate top-level callback. This is a little like schedule_timer, in that the callback you provide will be run from the top-level message loop of whatever application you're in; but unlike the timer mechanism, it will happen _immediately_. The aim is to provide a general way to avoid re-entrance of code, in cases where just _doing_ the thing you want done is liable to trigger a confusing recursive call to the function in which you came to the decision to do it; instead, you just request a top-level callback at the message loop's earliest convenience, and do it then. (user: simon size: 159470)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.