@ -38,6 +38,8 @@
struct PT
{
PT(int x) { backing_id = x }
int backing_id;
std::mutex mutex;
};
xxxxxxxxxx
xxxxxxxxxx