Quantcast
Channel: A concurrency-safe stack structure - Code Review Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by svick for A concurrency-safe stack structure

Are the locks necessary?Some synchronization is necessary, but it doesn't necessarily have to be a lock.Another option would be to use Interlocked.CompareExchange. But doing that is more complicated,...

View Article


Answer by Tomas Petricek for A concurrency-safe stack structure

Will this actually be thread safe?Yes, I think it will. All access to the _stack field is protected by a lock, so I do not see why this wouldn't be thread safe.A nice coincidence of using immutable...

View Article


A concurrency-safe stack structure

This is a teaching sample intended to illustrate use of mutability and list consing in F#. The structure is intended to be a thread-safe stack structure, which multiple threads can push to/pop from...

View Article
Browsing latest articles
Browse All 3 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>