Expand description
parallel_trace submodule.
Optional stderr tracing for mysync mutations under trace { ... } and fan.
Functions§
- emit_
scalar_ mutation - Emit one line for a scalar mutation (mysync / atomic scalar).
- fan_
worker_ set_ index - Set the current worker index for
fan [N] { }(typically$_as integer). - is_
enabled is_enabled— see implementation.- trace_
enter - Begin a
trace { ... }region (all threads see the same flag). - trace_
leave trace_leave— see implementation.