Update async_sink.h

pull/3309/head
Gabi Melman 8 months ago committed by GitHub
parent b21af0c025
commit 8f6ef52156
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@ public:
std::vector<std::shared_ptr<sink>> sinks;
std::function<void()> on_thread_start = nullptr;
std::function<void()> on_thread_stop = nullptr;
err_handler err_handler = nullptr;
err_handler custom_err_handler = nullptr;
};
explicit async_sink(config async_config);

Loading…
Cancel
Save