HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib64/python3.6/site-packages/zmq/green/__pycache__/__init__.cpython-36.pyc
3

VS�_]�@sDdZddlTddlmZmZddlmZeZeZeZ	ddl
mZdS)u�zmq.green - gevent compatibility with zeromq.

Usage
-----

Instead of importing zmq directly, do so in the following manner:

..

    import zmq.green as zmq


Any calls that would have blocked the current thread will now only block the
current green thread.

This compatibility is accomplished by ensuring the nonblocking flag is set
before any blocking operation and the ØMQ file descriptor is polled internally
to trigger needed events.
�)�*)�_Context�_Socket)�_Poller)�deviceN)�__doc__ZzmqZzmq.green.corerrZzmq.green.pollrZContextZSocketZPollerZzmq.green.devicer�rr� /usr/lib64/python3.6/__init__.py�<module>s