
    Ki                     @    d dl Z d dlZd dlmZ deddfdZdeddfdZy)    N)SupportsFloatsecondsreturnc                 \   K   t        j                  t        |              d{    y7 w)zT
    Equivalent to asyncio.sleep(), converted to time.sleep() by async_to_sync.
    N)asynciosleepfloatr   s    k/home/jay/workspace/scripts/.codegraph-venv/lib/python3.12/site-packages/key_value/shared/code_gen/sleep.pyasleepr      s      --g
'''s   ",*,c                 @    t        j                  t        |              y)zT
    Equivalent to time.sleep(), converted to asyncio.sleep() by async_to_sync.
    N)timer   r	   r
   s    r   r   r      s     	JJuW~    )r   r   typingr   r   r    r   r   <module>r      s4       (- (D (= T r   