package dune-rpc
Communicate with dune using rpc
Install
Dune Dependency
Authors
Maintainers
Sources
dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e
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
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 := 'a t type 'a t val create : unit -> 'a t val read : 'a t -> 'a fiber val fill : 'a t -> 'a -> unit fiber end end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>