class lingering_close :Closes a file descriptor using the "lingering close" algorithm.Unix.file_descr ->
object
..end
Usage:
while lc # lingering do lc # cycle ~block:true () done
method cycle : ?block:bool -> unit -> unit
block
is set, the method
blocks until data is available. (Default: false
)method lingering : bool
method fd : Unix.file_descr