Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
silly markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdylan committed Dec 6, 2015
1 parent 6cf96a4 commit 875491d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@


Currently Rust only has multi producer single consumer queues. I wanted to have
a multi producer, multi consumer queue. So I read the (Michael/Scott paper)[https://www.cs.rochester.edu/research/synchronization/pseudocode/queues.html] and attempted to implement them. Currently the
a multi producer, multi consumer queue. So I read the [Michael/Scott paper](https://www.cs.rochester.edu/research/synchronization/pseudocode/queues.html) and attempted to implement them. Currently the
only stable queue is scottqueue::tlqueue which is the Two Lock queue described
in the paper. Work on the Non-Blocking Concurrent Queue is still in progress.

0 comments on commit 875491d

Please sign in to comment.