def __init__(self, stream: IO[S]) -> None: super().__init__(daemon=True) self.stream = stream self.data = None # type: S