Tagged Questions

3
votes
2answers
626 views

Sharing data array among threads-C++

I know that there are similar questions which are already answered, but I am asking this question since they don’t exactly give what I would like to know. This is about synchronization between ...
2
votes
2answers
80 views

Manage Threads Relationship in C#

Now, i am learning multi-threading and usage of it in C#. So, i face the problem as below: (Sorry for my so simple question) Suppose that, we have two classes named Producer and Consumer. Producer ...
0
votes
3answers
378 views

How would YOU do/write this homework assignment? (theoretical)

I'm not asking for anyone to do this homework for me, but I bring it up because it's a very good practical introduction to C# and threading, but at the same time I feel it's perhaps a little too ...