Skip to content

Commit

Permalink
Corrected typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcclatchey committed Dec 6, 2015
1 parent 235f1b5 commit 212a5d5
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 @@ -27,5 +27,5 @@ Goals:
* The random-access update operation can only provide this guarantee by copying an element or using move semantics.
* Provide thread safety, if possible.
* Status: Complete.
* Functions have no side-effects besides the obvious (stack or heap may be altered), and can safely be called in threads, though a single queue should not be accessed by multiple threads simultaneously. Multiple reads are okay; simultaneous read-write and write-write may cause race conditions.
* Functions have no side-effects besides the obvious (deque or interval heap may be altered), and can safely be called in threads, though a single queue should not be accessed by multiple threads simultaneously. Multiple reads are okay; simultaneous read-write and write-write may cause race conditions.
* Automatic locking via mutex crippled performance, and has been removed.

0 comments on commit 212a5d5

Please sign in to comment.