writeAndFlush(_:)

An overload of Channel.writeAndFlush that does not require a Sendable type, as EmbeddedEventLoop is bound to a single thread.

Embedded.swift:1113
func writeAndFlush<T>(_ data: T) -> EventLoopFuture<Void>