summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/fileevent.mli
blob: b72f6c78c1a8de25e6e044bd0abc3e6f4e752041 (plain)
1
2
3
4
5
6
7
open Unix

val   add_fileinput : fd:file_descr -> callback:(unit -> unit) -> unit
val   remove_fileinput: fd:file_descr -> unit
val   add_fileoutput : fd:file_descr -> callback:(unit -> unit) -> unit
val   remove_fileoutput: fd:file_descr -> unit
      (* see [tk] module *)