send(_:)
Performs a send on the channel.
Declaration
nonisolated(nonsending) func send(_ event: some LanguageModelExecutorGenerationChannel.Event) asyncParameters
- event:
The event to send.
Performs a send on the channel.
nonisolated(nonsending) func send(_ event: some LanguageModelExecutorGenerationChannel.Event) asyncThe event to send.