• Luca Boccassi's avatar
    Problem: ZMQ background threads are unnamed · 3ab4796c
    Luca Boccassi authored
    Solution: use pthread API to set the name. For now call every thread
    "ZMQ b/g thread". Would be nice to number the I/O threads and name
    explicitly the reaper thread, but in reality a bit of internal API
    churn would be necessary, so perhaps it's not worth it.
    This is useful when debugging a process with many threads.
    3ab4796c
CMakeLists.txt 32.9 KB