rharder
Do not read this sign.
After much hair-pulling I finally created a great little class called ThreadWorker which fills the hole in Objective-C that SwingWorker fills in Java.
You can throw off work in another thread and then be notified in your primary thread when the long task is finished.
Anyhoo, check it out if you need easy multithreading (and everyone does):
http://www.iharder.net/macosx/threadworker
-Rob
You can throw off work in another thread and then be notified in your primary thread when the long task is finished.
Anyhoo, check it out if you need easy multithreading (and everyone does):
http://www.iharder.net/macosx/threadworker
-Rob