client: add *Builder::syncCancel(bool)
Option for asynchronous cancel (eg. implicitly through ~Operation).
This commit is contained in:
+1
-1
@@ -910,7 +910,7 @@ void ContextImpl::cacheCleanS(evutil_socket_t fd, short evt, void *raw)
|
||||
|
||||
Context::Pvt::Pvt(const Config& conf)
|
||||
:loop("PVXCTCP", epicsThreadPriorityCAServerLow)
|
||||
,impl(std::make_shared<ContextImpl>(conf, loop))
|
||||
,impl(std::make_shared<ContextImpl>(conf, loop.internal()))
|
||||
{}
|
||||
|
||||
Context::Pvt::~Pvt()
|
||||
|
||||
Reference in New Issue
Block a user