sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Lwt based local event loops with automated introspection
An error returned when trying to communicate with a worker that has been closed.
module type T = sig ... end
Functor to build a group of workers. At that point, all the types are fixed and introspectable, but the actual parameters and event handlers can be tweaked for each individual worker.
module Make
(Name : Tezos_base.Worker_intf.NAME)
(Event : Tezos_base.Worker_intf.EVENT)
(Request : Tezos_base.Worker_intf.REQUEST)
(Types : Tezos_base.Worker_intf.TYPES)
(Logger :
Tezos_base.Worker_intf.LOGGER
with module Event = Event
and type Request.view = Request.view) :
T
with module Name = Name
and module Event = Event
and module Request = Request
and module Types = Types