class type async_out_channel =object..end
method output : string -> int -> int -> intmethod close_out : unit -> unitmethod pos_out : intmethod flush : unit -> unitmethod can_output : boolmethod request_notification : (unit -> bool) -> unit