Avatar
class AsyncList<T>{ var value: Promise<T?> func next() -> AsyncList }