let put db k v =
  In_thread.run (fun () -> LevelDB.put db k v)