def __init__(self): self.message = None self.__event = threading.Event() self.__cond = threading.Condition() self.__mail_queue = Queue(100)