package octez-libs
module Bounded : sig ... end
Data queues similar to the Pipe
module in Jane Street's Async
library. They are implemented with Queue
s, limited in size, and use Lwt primitives for concurrent access.
module Unbounded : sig ... end
module Maybe_bounded : sig ... end
Maybe_bounded
are pipes that may or may not be bounded. This is decided when create
ing the pipe and can be queried with the bounded
function.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>