• Y
    Add RunAndGetException in threadpool · c966c281
    Yang Yu 提交于
    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.
    c966c281
threadpool.h 4.6 KB