Skip to content

Commit ffe9036

Browse files
committed
1 parent 38b144f commit ffe9036

File tree

6 files changed

+3650
-1
lines changed

6 files changed

+3650
-1
lines changed

4.x/architecture/overview/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3625,6 +3625,8 @@ <h2 id="key-components">Key Components<a class="headerlink" href="#key-component
36253625
Runtime tracking of types, methods, and instances.</p>
36263626
<p><a href="../enumerators/">Enumerators</a>
36273627
Implementing Ruby-style iteration for C++ containers.</p>
3628+
<p><a href="../procs_and_blocks/">Procs and Blocks</a>
3629+
Bridging Ruby procs/blocks and C++ function pointers.</p>
36283630
<h2 id="thread-safety">Thread Safety<a class="headerlink" href="#thread-safety" title="Permanent link">&para;</a></h2>
36293631
<p>Rice itself is thread-safe for reading (method invocation). However:</p>
36303632
<ul>

0 commit comments

Comments
 (0)