Skip to content

Commit d018594

Browse files
committed
Add TODO for missing section about Thread.new, join
1 parent 8af0aa6 commit d018594

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/synchronization.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ Current Implementation differences from the model:
123123

124124
> TODO: updated with specific versions of the implementations.
125125
126+
### Threads
127+
128+
> TODO: add description of `Thread.new`, `#join`, etc.
129+
126130
### Source loading:
127131

128132
| Operation | V | A | S | Notes |
@@ -144,6 +148,9 @@ in parallel environment but it may loose updates, or raise Exceptions. (If
144148
`Array` or `Hash` were synchronized it would have too much overhead when used
145149
in a single thread.)
146150

151+
> `concurrent-ruby` contains synchronized versions of `Array` and `Hash` and
152+
> other thread-safe data structure.
153+
147154
> TODO: This section needs more work: e.g. Thread.raise and similar is an open
148155
> issue, better not to be used.
149156

0 commit comments

Comments
 (0)