SingleThreadModel
Table of Contents

概要

单线程模型。

规格

class SingleThreadModel
{
public:
    typedef RefCountST RefCount;
    typedef CriticalSectionST CriticalSection, CS;
    typedef AutoLock<CS> CSLock;
};

相关参考

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License