Fix formatting
This commit is contained in:
@@ -31,7 +31,7 @@ void AsyncRPCQueue::run(size_t workerId) {
|
|||||||
AsyncRPCOperationId key;
|
AsyncRPCOperationId key;
|
||||||
std::shared_ptr<AsyncRPCOperation> operation;
|
std::shared_ptr<AsyncRPCOperation> operation;
|
||||||
{
|
{
|
||||||
std::unique_lock< std::mutex > guard(lock_);
|
std::unique_lock<std::mutex> guard(lock_);
|
||||||
while (operation_id_queue_.empty() && !isClosed() && !isFinishing()) {
|
while (operation_id_queue_.empty() && !isClosed() && !isFinishing()) {
|
||||||
this->condition_.wait(guard);
|
this->condition_.wait(guard);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user