package async_js
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A small library that provide Async support for JavaScript platforms
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=6c8898b69bd5fc0c36d0bbcf5a1a5a2cb0b5deb88504cdaeb532c50b50ac1703
doc/src/async_js/persistent_connection.ml.html
Source file persistent_connection.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 29open! Core open! Async_rpc_kernel module Uri = struct module T = struct include Uri let to_string s = Uri.to_string s end include T include Sexpable.Of_stringable (T) end module Rpc = struct include Persistent_connection.Rpc let create_from_uri = Persistent_connection.Rpc.create ~address:(module Uri) let create_from_uri_option = Persistent_connection.Rpc.create ~address: (module struct type t = Uri.t option [@@deriving equal, sexp] end) ;; end module Versioned_rpc = Async_rpc_kernel.Persistent_connection.Versioned_rpc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>