Cyclone Scheme
0.28.0
|
◆ gc_mut_cooperate()
Called by a mutator to cooperate with the collector thread.
This function must be called periodically by each mutator to coordinate with the collector. In our implementation it is called after minor GC. |