Update async_sink.h
This commit is contained in:
parent
b21af0c025
commit
8f6ef52156
@ -39,7 +39,7 @@ public:
|
|||||||
std::vector<std::shared_ptr<sink>> sinks;
|
std::vector<std::shared_ptr<sink>> sinks;
|
||||||
std::function<void()> on_thread_start = nullptr;
|
std::function<void()> on_thread_start = nullptr;
|
||||||
std::function<void()> on_thread_stop = 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);
|
explicit async_sink(config async_config);
|
||||||
|
Loading…
Reference in New Issue
Block a user