| Server IP : 121.121.20.254 / Your IP : 216.73.216.70 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python315/Lib/asyncio/__pycache__/ |
Upload File : |
R
>lqj�( c �� � Qs ] PHs] PHs] QHGs ]QHGs ]QHGs Q Q\2 s Q
Q\2 s
Q Q\2 s Q Q \O 2 s
Q
Q\
2 s Q Q\
2 sP! )�Queue�
PriorityQueue� LifoQueue� QueueFull�
QueueEmpty�
QueueShutDown)�GenericAlias)�locks)�mixinsc � � \ sQ s]sQsQsP! )r z;Raised when Queue.get_nowait() is called on an empty Queue.� ��__name__�
__module__�__qualname__�__firstlineno__�__doc__�__static_attributes__r � �#C:\Python315\\Lib\asyncio\queues.pyr r s � �E�r c � � \ sQ s]sQsQsP! )r zDRaised when the Queue.put_nowait() method is called on a full Queue.r r r r r r r s � �N�r c � � \ sQ s]sQsQsP! )r z<Raised when putting on to or getting from a shut-down Queue.r r r r r r r s � �F�r c � ` � \ sQ s]!s n QsQQ ksQ sQ sQ sQ s Q s
Q s\ \
2 sQ sQ
s\Q 2 sQ sQ
sQ sQ sQ sQ sQ sQ sQQ ksQsU sP! )r a� A queue, useful for coordinating producer and consumer coroutines.
If maxsize is less than or equal to zero, the queue size is infinite.
If it is an integer greater than 0, then "await put()" will block when
the queue reaches maxsize, until an item is removed by get().
Unlike queue.Queue, you can reliably know this Queue's size
with qsize(), since your single-threaded asyncio application won't be
interrupted between calling qsize() and doing an operation on the Queue.
c �" � Vm [ O 2 U m [ O 2 U m ] U m [ O 2 U m U O O 2 U O U2 P
U m P! �� )�_maxsize�collections�deque�_getters�_putters�_unfinished_tasksr �Event� _finished�set�_init�_is_shutdown��self�maxsizes &&r �__init__�Queue.__init__- sb � ��
� $�)�)�+��
�#�)�)�+��
�!"����������������
�
�7��!��r c �<