These were most interesting when the default resolver blocked
the main thread. Now that the default is to use a thread pool,
there is little if any demand for alternative resolvers just to
avoid threads.
so it is only recommended for use in ``AF_INET`` (i.e. IPv4). This is
the default for ``tornado.simple_httpclient``, but other libraries
may default to ``AF_UNSPEC``.
+
+ .. deprecated:: 6.2
+ This class is deprecated and will be removed in Tornado 7.0. Use the default
+ thread-based resolver instead.
.. versionchanged:: 5.0
The ``io_loop`` argument (deprecated since version 4.1) has been removed.
+
+ .. deprecated:: 6.2
+ This class is deprecated and will be removed in Tornado 7.0. Use the default
+ thread-based resolver instead.
+
.. versionchanged:: 5.0
The ``io_loop`` argument (deprecated since version 4.1) has been removed.
+
+ .. deprecated:: 6.2
+ This class is deprecated and will be removed in Tornado 7.0. Use the default
+ thread-based resolver instead.
"""
def initialize(self) -> None:
.. versionchanged:: 5.0
The ``io_loop`` argument (deprecated since version 4.1) has been removed.
+
+ .. deprecated:: 6.2
+ This class is deprecated and will be removed in Tornado 7.0. Use the default
+ thread-based resolver instead.
"""
def initialize(self) -> None: