Class type Main.Type.OOChannel.obj_input_channel


class type ['a] obj_input_channel = object .. end
Generic input channel Have the same interface of Polymorphic input channel of http: All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.

Generic output channel Have the same interface of Polymorphic output channel of http: All channels of Camomile having this interface must confirm the behaviour defined in the recommendation above.


method close_in : unit -> unit
method get : unit -> 'a