listenWalkerComplete

declare function listenWalkerComplete(fn: (event: IWalkerResults) => void): () => void;

Subscribes to walker completion events with queued async processing.

Emits when Walker.run() completes testing all strategies. Events are processed sequentially in order received, even if callback is async. Uses queued wrapper to prevent concurrent execution of the callback.

Parameter Description
fn Callback function to handle walker completion event