How to write an automated test for thread safety

后端 未结 6 725
醉话见心
醉话见心 2020-12-31 18:29

I have a class which is not thread safe:

class Foo { 
    /* Abstract base class, code which is not thread safe */ 
};

Moreover, if you hav

6条回答
提交回复
热议问题