Skip to content

Commit

Permalink
Add TODO for missing section about Thread.new, join
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Sep 26, 2015
1 parent 8af0aa6 commit d018594
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/synchronization.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ Current Implementation differences from the model:

> TODO: updated with specific versions of the implementations.
### Threads

> TODO: add description of `Thread.new`, `#join`, etc.
### Source loading:

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

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

0 comments on commit d018594

Please sign in to comment.