o
    #6d                     @  s2   d dl mZ ddlmZ ddlmZ dd
dZdS )    )annotations   )AsyncResource   )CancelScoperesourcer   returnNonec                   sD   t  }|  |  I dH  W d   dS 1 sw   Y  dS )z
    Close an asynchronous resource in a cancelled scope.

    Doing this closes the resource without waiting on anything.

    :param resource: the resource to close

    N)r   cancelaclose)r   scope r   mC:\Users\jesus\OneDrive\Desktop\erpjis_fastapi\backend\jisbackend\Lib\site-packages\anyio/_core/_resources.pyaclose_forcefully   s
   	"r   N)r   r   r   r	   )
__future__r   abcr   _tasksr   r   r   r   r   r   <module>   s    