Commit 55d3c87e authored by Denis Bilenko's avatar Denis Bilenko

remove incorrect mention of libevent in the comment

parent fec12c27
#!/usr/bin/python
"""Resolve hostnames concurrently, exit after 2 seconds.
Note, that gevent.socket.gethostname uses libevent-dns under the hood
Note, that gevent.socket.gethostname uses c-ares under the hood
and yields the control to other greenlets until the result is ready.
This script splits the job between a number of greenlets to get the
results faster.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment