
    f j                    2    d dl mZ ddlmZ ddlmZ dd
ZdS )    )annotations   )AsyncResource   )CancelScoperesourcer   returnNonec                   K   t                      5 }|                                 |                                  d{V  ddd           dS # 1 swxY 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   scopes     jC:\Users\Terasoftware\OneDrive\Desktop\faahhh\fyndo\fyndo\venv\Lib\site-packages\anyio/_core/_resources.pyaclose_forcefullyr      s       
  %oo                                   s   /AAAN)r   r   r	   r
   )
__future__r   abcr   _tasksr   r        r   <module>r      sY    " " " " " "                       r   