Skip to content

Commit

Permalink
Merge pull request #767 from ruby-concurrency/map-doc
Browse files Browse the repository at this point in the history
Update documentation for map
  • Loading branch information
pitr-ch authored Oct 31, 2018
2 parents 6d4137e + ec78b1f commit ad9081a
Show file tree
Hide file tree
Showing 6 changed files with 2,624 additions and 1,443 deletions.
168 changes: 84 additions & 84 deletions docs/master/Concurrent/AtomicReference.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,18 +429,18 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down Expand Up @@ -542,18 +542,18 @@ <h3 class="signature first" id="compare_and_set-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down Expand Up @@ -611,18 +611,18 @@ <h3 class="signature " id="get-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down Expand Up @@ -699,18 +699,18 @@ <h3 class="signature " id="get_and_set-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down Expand Up @@ -787,18 +787,18 @@ <h3 class="signature " id="set-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down Expand Up @@ -860,12 +860,12 @@ <h3 class="signature " id="to_s-instance_method">
<pre class="lines">


188
189
190</pre>
198
199
200</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 188</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 198</span>

<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
<span class='id identifier rubyid_format'>format</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>%s value:%s&gt;</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='kw'>super</span><span class='lbracket'>[</span><span class='int'>0</span><span class='op'>..</span><span class='op'>-</span><span class='int'>2</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_get'>get</span>
Expand Down Expand Up @@ -964,18 +964,18 @@ <h3 class="signature " id="try_update-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down Expand Up @@ -1099,18 +1099,18 @@ <h3 class="signature " id="try_update!-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down Expand Up @@ -1207,18 +1207,18 @@ <h3 class="signature " id="update-instance_method">
<pre class="lines">


185
186
187
188
189
190
191
192
193</pre>
195
196
197
198
199
200
201
202
203</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 185</span>
<pre class="code"><span class="info file"># File 'lib/concurrent/atomic/atomic_reference.rb', line 195</span>

<span class='kw'>class</span> <span class='const'><span class='object_link'><a href="" title="Concurrent::AtomicReference (class)">AtomicReference</a></span></span> <span class='op'>&lt;</span> <span class='const'>AtomicReferenceImplementation</span>

Expand Down
Loading

0 comments on commit ad9081a

Please sign in to comment.