mte/unikernel/duniverse/mirage-unix/lib/lifecycle.ml
2025-11-11 02:07:51 +01:00

4 lines
139 B
OCaml

[@@@warning "-27"]
(* No shutdown events on Unix. *)
let await_shutdown_request ?(can_poweroff:_) ?(can_reboot:_) () =
fst (Lwt.wait ())