Constructor.
basic_resolver( asio::io_context & io_context);
This constructor creates a ip::basic_resolver
.
The io_context
object that the resolver will use to dispatch handlers for any
asynchronous operations performed on the resolver.