You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base/thread is based on direct pthread calls. For quite a while, C++ has had threading classes. Investigate redoing the NSCLDAQ thread classes in terms of std::thread (source compatible).
The text was updated successfully, but these errors were encountered:
base/thread is based on direct pthread calls. For quite a while, C++ has had threading classes. Investigate redoing the NSCLDAQ thread classes in terms of std::thread (source compatible).
The text was updated successfully, but these errors were encountered: