package b0
Software construction and deployment kit
Install
Dune Dependency
Authors
Maintainers
Sources
b0-0.0.3.tbz
sha512=d24b09eb520b8b91a1e5715badc9f5bcd6a6ec49c047f719a07afef6b835c128dc63e00c3be73d5353b037f4c3c9f2889e40666b30e297e872e4d011f098394c
doc/b0.b00/B000/Guard/index.html
Module B000.Guard
Build operation guards.
A guard ensure that a build operation is allowed to proceed. This means either that:
- It is ready and can be submitted for execution. This happens once all the files the operation reads are ready: they exist and are up-to-date.
- It is aborted. This happens if a file it needs to read never becomes ready.
Note. This module does not access the file system it trusts clients that call set_file_ready
not to lie about its existence on the file system.
Guards
val create : unit -> t
create ()
is a new guard.
val set_file_ready : t -> B00_std.Fpath.t -> unit
set_file_ready g f
indicates to g
that file f
is ready, i.e. that it exists and is up-to-date.
val set_file_never : t -> B00_std.Fpath.t -> unit
set_file_never g f
indicate to g
that file f
will never become ready.
allowed g
is an operation that is either ready or aborted in g
(if any). In the second case the Op.status
is Op.status.Aborted
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page