pub fn enable_async()Expand description
Compatibility no-op. The prior design switched producers from a blocking writer to an async queue here; with the ring buffer the producer path is the same in every phase (boot and steady-state both write to the ring), so there’s nothing to switch. Kept so binaries don’t have to change in this commit — can be removed once both binaries stop calling it.