mirror of https://github.com/nealey/irc-bot
8 lines
355 B
OCaml
8 lines
355 B
OCaml
type t
|
|
|
|
val write : t -> Command.t -> unit
|
|
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
|
|
val close: t -> unit
|
|
val handle_event : Unixqueue.event_system -> Unixqueue.event Equeue.t -> Unixqueue.event -> unit
|