Xref: utzoo comp.lang.lisp:896 comp.sys.mac.programmer:878 Path: utzoo!attcan!uunet!husc6!uwvax!oddjob!ncar!ames!pasteur!ucbvax!dewey.soe.berkeley.edu!mkent From: mkent@dewey.soe.berkeley.edu (Marty Kent) Newsgroups: comp.lang.lisp,comp.sys.mac.programmer Subject: "Asynchronous" processing in Allegro Common Lisp? Message-ID: <24159@ucbvax.BERKELEY.EDU> Date: 19 May 88 12:47:31 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: mkent@dewey.soe.berkeley.edu (Marty Kent) Organization: School of Education, UC-Berkeley Lines: 15 Are there any functions in Allegro that are subject to return before all their work has actually been completed? For instance, I can imagine the possibility that a function might queue something to be handled in a Mac operating system queue, and then return immediately afterward, without any guarantee that the os had already handled that processing. I'm curious about whether it's possible for (window-close) to return while the image of the window is still visible on the screen. Does anyone *know*? Marty Kent Sixth Sense Research and Development 415/642 0288 415/548 9129 MKent@dewey.soe.berkeley.edu {uwvax, decvax, inhp4}!ucbvax!mkent%dewey.soe.berkeley.edu Kent's heuristic: Look for it first where you'd most like to find it.