class

Provider::OpenAI::EventStream

Inherits Iterator < Enumerable < Reference < Object

Constructors

new(io : IO)
Source

Instance methods

maybe_next
Source
next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source