Skip to content

Commit 80cac2a

Browse files
committed
Parallelism: Docs for utils
1 parent 539a853 commit 80cac2a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/goblint_lib.ml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,17 @@ module PrivPrecCompareUtil = PrivPrecCompareUtil
454454
module RelationPrecCompareUtil = RelationPrecCompareUtil
455455
module ApronPrecCompareUtil = ApronPrecCompareUtil
456456

457+
(** {2 Solver parallelism}
458+
459+
These modules provide utilities required for parallelizing the solver,
460+
as well as backwards compatibility with OCaml 4 for the non-parallelized solvers.
461+
*)
462+
module DomainsafeLazy = DomainsafeLazy
463+
module ThreadPool = ThreadPool
464+
module GobMutex = GobMutex
465+
466+
(** {2 Debugging} *)
467+
457468
(** {1 Library extensions}
458469
459470
OCaml library extensions which are completely independent of Goblint.

0 commit comments

Comments
 (0)