aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/poor_man_openmp/thread_helper.cpp
blob: 30970d4fd14371d29c6b12657aca33a8407bc3c6 (plain) (blame)
1
2
3
4
5
6
7
#include "thread_helper.h" 

#include <util/generic/singleton.h>

TMtpQueueHelper& TMtpQueueHelper::Instance() {
    return *Singleton<TMtpQueueHelper>();
}