Module Async_iterator_rpc

module Rpc_iterator : sig ... end

This module provides the tools necessary to link an iterator on the consumer end of a pipe RPC to a data stream on the producer end, respecting start, stop, and pushback. It is designed for exactly one active iteration per connection. Attempting more than one iteration on the same connection will result in an error.

module For_testing : sig ... end