1
Answer

Passing data between threads

Photo of gordon

gordon

17y
5.5k
1
I'm writing a program that has multiple threads running and I would like to passinformation between these threads. I was thinking of using the local host set up a socket and pass the information that way. Are there any thoughts on this out there or maby a better way.

Answers (1)