package mirage
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The MirageOS library operating system
Install
dune-project
Dependency
Authors
Maintainers
Sources
mirage-4.10.3.tbz
sha256=648db61b37ba27281a16d4917ef963f36d84c22d9f0596ca1955e871bdce8133
sha512=74da93861e0d915564db77dee56aa207a53bc35f75087dd78c9fcd8f24fbdea68c04404b901b90ba62c8b577be9fda0b8980322c6e8a2f423c6c6f6b96779f45
doc/src/mirage.devices/happy_eyeballs.ml.html
Source file happy_eyeballs.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47open Functoria.DSL type happy_eyeballs = Happy_eyeballs let happy_eyeballs = typ Happy_eyeballs let generic_happy_eyeballs ?group ?aaaa_timeout ?connect_delay ?connect_timeout ?resolve_timeout ?resolve_retries ?timer_interval () = let packages = [ package "happy-eyeballs-mirage" ~min:"2.0.0" ~max:"3.0.0" ] in let aaaa_timeout = Runtime_arg.he_aaaa_timeout ?group aaaa_timeout and connect_delay = Runtime_arg.he_connect_delay ?group connect_delay and connect_timeout = Runtime_arg.he_connect_timeout ?group connect_timeout and resolve_timeout = Runtime_arg.he_resolve_timeout ?group resolve_timeout and resolve_retries = Runtime_arg.he_resolve_retries ?group resolve_retries and timer_interval = Runtime_arg.he_timer_interval ?group timer_interval in let runtime_args = Runtime_arg. [ v aaaa_timeout; v connect_delay; v connect_timeout; v resolve_timeout; v resolve_retries; v timer_interval; ] in let connect _info modname = function | [ stack; aaaa_timeout; connect_delay; connect_timeout; resolve_timeout; resolve_retries; timer_interval; ] -> code ~pos:__POS__ {ocaml|%s.connect_device ?aaaa_timeout:%s ?connect_delay:%s ?connect_timeout:%s ?resolve_timeout:%s ?resolve_retries:%s ?timer_interval:%s %s|ocaml} modname aaaa_timeout connect_delay connect_timeout resolve_timeout resolve_retries timer_interval stack | _ -> Misc.connect_err "generic_happy_eyeballs" 7 in impl ~runtime_args ~packages ~connect "Happy_eyeballs_mirage.Make" (Stack.stackv4v6 @-> happy_eyeballs)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>