Module Bucket_store.Make_with_fd
Version with file descriptor
Parameters
Signature
type raw_bucket= Raw_bucket.ttype t={fn : string;fd : Unix.file_descr;mutable closed : bool;}type bucket={index : int;raw_bucket : Raw_bucket.t;}