U
    “öhn  ã                   @   s   d Z G dd„ deƒZdS )z4Utilities for indicating abandonment of computation.c                   @   s   e Zd ZdZdS )Ú	AbandonedzÉIndicates that some computation is being abandoned.

    Abandoning a computation is different than returning a value or raising
    an exception indicating some operational or programming defect.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úI/tmp/pip-unpacked-wheel-3pgqooxa/grpc/framework/foundation/abandonment.pyr      s   r   N)r   Ú	Exceptionr   r   r   r   r   Ú<module>   s   