示例#1
0
文件: dur.cpp 项目: meganyao/mongo
 bool DurableImpl::awaitCommit() { 
     commitJob.awaitNextCommit();
     return true;
 }