File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/__pycache__/queues.cpython-310.pyc
Back
o ;j�( � @ s� d Z ddlmZmZmZ ddlZddlZddlmZm Z ddl mZ ddlm Z g d�ZG dd � d e�ZG d d� de�Zdd � ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZdS )a/ Asynchronous queues for coroutines. .. warning:: Unlike the standard library's `queue` module, the classes defined here are *not* thread-safe. To use these queues from another thread, use `.IOLoop.add_callback` to transfer control to the `.IOLoop` thread before calling any queue methods. � )�absolute_import�division�print_functionN)�gen�ioloop)�Future)�Event)�Queue� PriorityQueue� LifoQueue� QueueFull� QueueEmptyc @ � e Zd ZdZdS )r z:Raised by `.Queue.get_nowait` when the queue has no items.N��__name__� __module__�__qualname__�__doc__� r r �K/opt/saltstack/salt/lib/python3.10/site-packages/salt/ext/tornado/queues.pyr &