C
C#4w ago
Lordzipzap

Synchronization error, with threads

Hi i am busy with a small project, and i am stuck at some sycnhronization issue with my threads. I fresh mind would be appreciated highly!
7 Replies
tera
tera4w ago
$details
MODiX
MODiX4w ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
Lordzipzap
Lordzipzap4w ago
Situation is as follow: I have a library system where there is a clerk and a customer. There is a linkedlist. With books I specify the amount of n_threads(customer, clerks, book) Then i made it concurrent so that a clerk can place a book on the counter(linkerlist) and a customer can pick that book up and when done the customer can drop it on the dropzone(linkedlist) The clerk then checks de dropzone and place it back in the records(library) I use dotnet6
SleepWellPupper
So what's your synchronization issue? $code would help as well
MODiX
MODiX4w ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat For longer snippets, use: https://paste.mod.gg/
Lordzipzap
Lordzipzap4w ago
I think there is an synchronization issue The problem is that, Because my clerk is not finishing there is an mismatch in records I will share some code
Lordzipzap
Lordzipzap4w ago
BlazeBin - jtsupzbbotpz
A tool for sharing your source code with the world!