mte/unikernel/duniverse/mirage-unix/lib/lifecycle.ml

5 lines
139 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
[@@@warning "-27"]
(* No shutdown events on Unix. *)
let await_shutdown_request ?(can_poweroff:_) ?(can_reboot:_) () =
fst (Lwt.wait ())