client: relax exec() synchronization
dispatch() instead of call().
This commit is contained in:
+2
-2
@@ -213,9 +213,9 @@ void ResultWaiter::complete(Result&& result, bool interrupt)
|
||||
notify.signal();
|
||||
}
|
||||
|
||||
OperationBase::OperationBase(operation_t op, const std::shared_ptr<Channel>& chan)
|
||||
OperationBase::OperationBase(operation_t op, const evbase& loop)
|
||||
:Operation(op)
|
||||
,chan(chan)
|
||||
,loop(loop)
|
||||
{}
|
||||
|
||||
OperationBase::~OperationBase() {}
|
||||
|
||||
Reference in New Issue
Block a user