Skip to content

Instantly share code, notes, and snippets.

@eugene-bright
eugene-bright / connection.py
Created October 17, 2018 14:54
Wait for tcp service
import socket
from typing import Callable
from linuxfd import timerfd
from itertools import (
starmap,
repeat,
)
def wait_for_tcp_service(
addr: str,