aalhour / aalhour/C-Sharp-Algorithms
DataStructures.Lists. CircularBuffer is not thread safe.
Aperta
- Lingua principale
- C#
- Stelle
- 6.2k
- Fork
- 1.4k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
DataStructures.Lists. CircularBuffer
Now
1,CircularBuffer.Add used by Producer threads
2,CircularBuffer.Add.Pop used by Consumer threads
Producer and Consumer is two different threads,when write the _count at the same time, the Count is not the desired value !
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.