package octez-libs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A package that contains multiple base libraries used by the Octez suite
Install
dune-project
Dependency
Authors
Maintainers
Sources
octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
doc/octez-libs.tezos-workers/Tezos_workers/Worker/MakeSingle/Queue/index.html
Module MakeSingle.QueueSource
include QUEUE with type 'a t := 'a queue t
Source
val push_request_and_wait :
'q queue t ->
('a, 'request_error) Request.t ->
('a, 'request_error message_error) result Lwt.tpush_request_and_wait worker request sends the request to the worker and waits for its completion. If the worker queue is closed, then it returns Error Closed. If the buffer is a bounded queue and the underlying queue is full, the call is blocking.
push_request worker request sends the request to the worker. The promise returned is true if the request was pushed successfuly or false if the worker queue is closed. If the buffer is a bounded queue and the underlying queue is full, the call is blocking.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>