示例#1
0
void KQueue::notify()
{
    notifier_->notify();
}
示例#2
0
文件: VPoll.cpp 项目: Jamol/kuma
void VPoll::notify()
{
    notifier_->notify();
}