2008-03-04 21:38:19 -07:00
|
|
|
type t
|
|
|
|
|
2008-03-07 12:00:40 -07:00
|
|
|
val addr : t -> string
|
|
|
|
|
2008-03-04 21:38:19 -07:00
|
|
|
val write : t -> Command.t -> unit
|
2008-03-06 21:30:49 -07:00
|
|
|
val bind : Unixqueue.event_system -> Unixqueue.group -> Unix.file_descr -> (t -> Command.t -> unit) -> (unit -> unit) -> unit
|
|
|
|
val rebind: t -> (t -> Command.t -> unit) -> (unit -> unit) -> unit
|
2008-03-04 21:38:19 -07:00
|
|
|
val close: t -> unit
|
2008-03-06 21:30:49 -07:00
|
|
|
val handle_event : Unixqueue.event_system -> Unixqueue.event Equeue.t -> Unixqueue.event -> unit
|