non blocking dns lookup
This commit is contained in:
15
ixwebsocket/IXCancellationRequest.h
Normal file
15
ixwebsocket/IXCancellationRequest.h
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
* IXCancellationRequest.h
|
||||
* Author: Benjamin Sergeant
|
||||
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace ix
|
||||
{
|
||||
using CancellationRequest = std::function<bool()>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user