Update FiberStack

This commit is contained in:
Nikolai Kochetov 2020-12-15 13:08:13 +03:00
parent d070920c72
commit 716e0b472b

View File

@ -26,7 +26,7 @@ public:
Packet packet; Packet packet;
std::exception_ptr exception; std::exception_ptr exception;
FiberStack<> stack; FiberStack stack;
boost::context::fiber fiber; boost::context::fiber fiber;
std::mutex fiber_lock; std::mutex fiber_lock;
// std::unique_lock<std::mutex> * connection_lock; // std::unique_lock<std::mutex> * connection_lock;
@ -257,6 +257,8 @@ namespace DB
{ {
class RemoteQueryExecutorReadContext class RemoteQueryExecutorReadContext
{ {
public:
void cancel() {}
}; };
} }