java cocoa appkit application and multiple threads
java cocoa appkit application and multiple threads
- Subject: java cocoa appkit application and multiple threads
- From: "Nick Emery" <email@hidden>
- Date: Tue, 22 May 2001 13:09:22 +0100
- Organization: Peramon technology Ltd
i'm developing a java cocoa appkit based application on os x
and i'd like to have some of the processing done in a separate
thread so that the ui remain responsive. i've looked in all of
the os x developer documentation, but there is almost nothing that touches
on theads and java. does anyone know how to used multiple threads in
this environment? is the java appkit thread safe? if not, what is
the best way to get the ui thread to process data obtained
in other threads?
--nikki