Gets or sets an optional callback invoked when the asynchronous processor observes a writer/dispatch error.
public Action<Exception>? AsyncErrorHandler { get; set; }
This callback is invoked on the async processor thread and should execute quickly.