package dune-rpc
Communicate with dune using rpc
Install
Dune Dependency
Authors
Maintainers
Sources
dune-3.6.0.tbz
sha256=08a0c6c9521604e60cf36afba036ecf1b107df51eed14a2fb7eef6cfdd2bf278
sha512=71b94cb7cad4c6f998da5bd59fe3c6d0b4a4188896ae04aa0ffff7142ced0b93bce3a88c3b5b7b7c8c948d10ccfb2fb81fcf764aa421b595e061ac3049fa8870
doc/src/dune-rpc.private/fiber_intf.ml.html
Source file fiber_intf.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
module type S = sig type 'a t val return : 'a -> 'a t val fork_and_join_unit : (unit -> unit t) -> (unit -> 'a t) -> 'a t val parallel_iter : (unit -> 'a option t) -> f:('a -> unit t) -> unit t val finalize : (unit -> 'a t) -> finally:(unit -> unit t) -> 'a t module O : sig val ( let* ) : 'a t -> ('a -> 'b t) -> 'b t val ( let+ ) : 'a t -> ('a -> 'b) -> 'b t end module Ivar : sig type 'a fiber type 'a t val create : unit -> 'a t val read : 'a t -> 'a fiber val fill : 'a t -> 'a -> unit fiber end with type 'a fiber := 'a t end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>