其他AwaitableIterable版本:23.11.1在此页面AwaitableIterable 类型 签名 export type AwaitableIterable<T> = Iterable<T> | AsyncIterable<T>;