| 25 | } |
| 26 | |
| 27 | void ApplicationThread::Dispatch_() { |
| 28 | { |
| 29 | auto ul = LockWrite_(); |
| 30 | thread_->QueueMany(queue_); |
| 31 | queue_.clear(); |
| 32 | } |
| 33 | thread_->Dispatch(); |
| 34 | } |
| 35 | |
| 36 | void ApplicationThread::Synchronize_() { |
| 37 | thread_->Synchronize(); |
no test coverage detected