主题
异步等待时间流逝
_.sleep 函数允许您以毫秒为单位进行延迟。
_.sleep
import { sleep } from 'radash' await sleep(2000) // => 等待 2 秒