Hi,
is it possible to delay the destruction of the thread pool somehow?
I call "init_thread_pool()" in my main function and then there are some threads and objects.
And when I close my app, I get an error with "async log: thread pool doesn't exist anymore" from one of my objects destructor where a logger is called.
Cheers
Max