o
    |j6hÍ  ã                   @   s   d Z ddlmZ dd„ ZdS )zgRPC's Python gEvent APIs.é    )Úcygrpcc                   C   s   t  ¡  dS )a   Patches gRPC's libraries to be compatible with gevent.

    This must be called AFTER the python standard lib has been patched,
    but BEFORE creating and gRPC objects.

    In order for progress to be made, the application must drive the event loop.
    N)Ú_cygrpcÚinit_grpc_gevent© r   r   úg/var/www/html/chefvision.cloud.itp360.com/venv/lib/python3.10/site-packages/grpc/experimental/gevent.pyÚinit_gevent   s   r   N)Ú__doc__Úgrpc._cythonr   r   r   r   r   r   r   Ú<module>   s   