Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/_threads/__pycache__/_threadworker.cpython-39.pyc
Ðазад
a k�h� � @ s^ d Z ddlmZ ddlmZ ddlmZ e� Zee�G dd� d��Z ee�G dd � d ��Z d S )zE Implementation of an L{IWorker} based on native threads and queues. � )�implementer� )�Quit)�IExclusiveWorkerc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �ThreadWorkerz� An L{IExclusiveWorker} implemented based on a single thread and a queue. This worker ensures exclusivity (i.e. it is an L{IExclusiveWorker} and not an L{IWorker}) by performing all of the work passed to C{do} on the I{same} thread. c s&