Add RunAndGetException in threadpool
Change the behaviour of thread pool. Thread pool will ignore the thrown exception implicitly. It is hard to debug. Corrently, ThreadPool::Run will invoke `LOG(FATAL)` if an exception thrown.
Showing
想要评论请 注册 或 登录