Public Member Functions | |
def | initialize |
Default `Resolver` implementation, using `socket.getaddrinfo`. The `.IOLoop` will be blocked during the resolution, although the callback will not be run until the next `.IOLoop` iteration.
Definition at line 333 of file netutil.py.
def tornado.netutil.BlockingResolver.initialize | ( | self, | |
io_loop = None |
|||
) |
Definition at line 339 of file netutil.py.