Up
Module
Kind
Signature
type
t =
| Char
(*
a terminal
*)
| Fifo
(*
a pipe
*)
| File
(*
a regular file
*)
| Socket
of
[
| `Unconnected
| `Bound
| `Passive
| `Active
]
val
infer_using_stat :
Core.Std.Unix.File_descr.t
->
t
Async_unix.Import.Deferred.t