G
Guest
Hi,
I've been reading the online documentation for the System.Collections.Queue
object on how to implement a threadsafe Queue object.
I understand the basics, by using the wrapper returned by Synchronised
method, but I'm not sure how to implement it between 2 threads. Has anyone
got any suggestions or examples?
Thanks
Macca
I've been reading the online documentation for the System.Collections.Queue
object on how to implement a threadsafe Queue object.
I understand the basics, by using the wrapper returned by Synchronised
method, but I'm not sure how to implement it between 2 threads. Has anyone
got any suggestions or examples?
Thanks
Macca