12345678910111213141516(**************************************************************************)(* *)(* Copyright 2018-2022 OCamlPro *)(* *)(* All rights reserved. This file is distributed under the terms of the *)(* GNU Lesser General Public License version 2.1, with the special *)(* exception on linking described in the file LICENSE. *)(* *)(**************************************************************************)letrun=Lwt.asyncletsleepd=lett,w=Lwt.task()inletid=Js_of_ocaml.Dom_html.setTimeout(Lwt.wakeup_laterw)(d*.1000.)inLwt.on_cancelt(fun()->Js_of_ocaml.Dom_html.clearTimeoutid);t