Ask a question to get started
Enter to sendā¢Shift+Enter new line
iterate(startAt: number = 0): AsyncIterator<T>
startAt
number
0
Returns an async iterator starting at position startAt. Each call returns an independent cursor so multiple consumers can iterate the same channel concurrently.