This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import asyncio | |
| import functools | |
| import json | |
| import secrets | |
| import aiohttp | |
| from concurrent.futures import ALL_COMPLETED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ping-Qi9wEmSd) β ping python ping.py | |
| ---> 0.000 s: Ping host #000 | |
| ---> 0.000 s: Ping host #001 | |
| ---> 0.000 s: Ping host #002 | |
| <--- 0.369 s: Pinged host #000 in 0.363 s | |
| <--- 0.625 s: Pinged host #002 in 0.624 s | |
| <--- 0.826 s: Pinged host #001 in 0.822 s | |
| ---> 2.006 s: Ping host #001 | |
| <--- 2.917 s: Pinged host #001 in 0.906 s | |
| ---> 3.004 s: Ping host #000 |
OlderNewer