Simple message passing between threads
Simple message passing between threads
- Subject: Simple message passing between threads
- From: Richard Schreyer <email@hidden>
- Date: Tue, 12 Jun 2001 18:43:22 -0700
I have a secondary thread I use to do calculations, and I need to send a
message to the main thread when the second thread completes it's job,
and terminates.
Distributed Objects seems like a little much for this single use. There
have been several times has come up previously on the list, but looking
over those has still left me clueless how to do this.
Thanks again,
Richard Schreyer