Endpoint.SequencerA Sequencer.t represents an endpoint that cannot have multiple requests in flight simultaneously.
include Core.Bin_prot.Binable.S with type t := tval bin_size_t : t Bin_prot__.Size.sizerval bin_write_t : t Bin_prot__.Write.writerval bin_read_t : t Bin_prot__.Read.readerval __bin_read_t__ : (int -> t) Bin_prot__.Read.readerval bin_writer_t : t Bin_prot__.Type_class.writerval bin_reader_t : t Bin_prot__.Type_class.readerval bin_t : t Bin_prot__.Type_class.tinclude Core.Comparable.S with type t := tval comparator : (t, comparator_witness) Base__Comparator.comparatormodule Replace_polymorphic_compare : sig ... endmodule Map : sig ... endmodule Set : sig ... endinclude Core.Hashable.S with type t := tval compare : t Base__Ppx_compare_lib.compareval hash_fold_t : t Base__Ppx_hash_lib.hash_foldval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_valueval hashable : t Core__.Hashtbl.Hashable.tmodule Table : sig ... endmodule Hash_set : sig ... endmodule Hash_queue : sig ... end