Skip to content

Commit 6dc38f5

Browse files
committed
Add new edge features to README [skip ci]
1 parent 83db1c4 commit 6dc38f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
124124
new synchronization layer to make all the paths lock-free with exception of blocking threads on `#wait`.
125125
It offers better performance and does not block threads (exception being `#wait` and similar methods where it's
126126
intended).
127-
127+
* [Atomic Markable Reference](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Edge/AtomicMarkableReference.html)
128+
* [Lock Free Linked Set](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Edge/LockFreeLinkedSet.html)
128129

129130
#### Statuses:
130131

@@ -135,7 +136,9 @@ be obeyed though. Features developed in `concurrent-ruby-edge` are expected to m
135136
- **Agent** - Incomplete behaviour compared to Clojure's models; stability good.
136137
- **Channel** - Missing documentation; limted features; stability good.
137138
- **Exchanger** - Known race condition requiring a new implementation.
138-
- **LazyRegister** - Missing documentation and tests.
139+
- **LazyRegister** - Missing documentation and tests.
140+
- **AtomicMarkableReference** - Needs real world battle testing
141+
- **LockFreeLinkedSet** - Needs real world battle testing
139142

140143
## Usage
141144

0 commit comments

Comments
 (0)