async objects
"Rob Withers" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.foundation |
|---|---|
| Message-ID | <019c01c2a050$fd423e40$6401a8c0@bacchus> |
Daniel, Speaking of asynchronous objects, have you ever looked at my EventualSending code? There aren't any flashy demo's (heh) but it mostly works. I actually need to tie it into Andreas' ScriptProcessor to finish it. An inspector on an eventual reference is broken. It doesn't send to self correctly. Look at the class comment for ReferenceContext. http://minnow.cc.gatech.edu/squeak/2410 cheers, rob From: "Daniel Vainsencher" <[email protected]> > Cool! > > I think many more things in Squeak should be happening asynchronously. > I've been trying to figure out a place to hook that up that wouldn't > require people to be always forking things explicitly, and the event > handling mechanism sounds like a good solution to that problem... > > Daniel