How To: talk between Threads

  • Thread starter Thread starter Chang
  • Start date Start date
You will have to build some kind of message facility. Depending on the
threading scenario you could do this in different ways but most of them
will include threads polling for messages in some kind of list object or
queue object.
 
Back
Top