DNS lookup problems in HTTP

Ned Konz ned at bike-nomad.com
Sun Nov 3 00:03:51 UTC 2002


On Saturday 02 November 2002 03:21 pm, Lex Spoon wrote:

> Oh, an alternative would be for addDeferredUIMessage: to run its
> code immediately if you are, in fact, in the UI thread.  I'm not
> sure how to detect this, though.

ProcessBrowser>>
isUIProcess: aProcess
	^aProcess == (Smalltalk isMorphic
		ifTrue: [ Project uiProcess ]
		ifFalse: [ ScheduledControllers activeControllerProcess ])

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list