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

#include <util/generic/singleton.h>

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