From: Markus Triska Date: Tue, 5 Aug 2025 15:50:27 +0000 (+0200) Subject: add newly available library(process) to the list of libraries X-Git-Tag: v0.10.0~34^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=1d643d83856d268a57e8a91bf7bb49605d03dbf7;p=scryer-prolog.git add newly available library(process) to the list of libraries Thank you a lot @Skgland for this extremely valuable contribution! --- diff --git a/README.md b/README.md index 19a2700a..24ec6b6e 100644 --- a/README.md +++ b/README.md @@ -761,6 +761,8 @@ The modules that ship with Scryer Prolog are also called public key signatures and signature verification with Ed25519, ECDH key exchange over Curve25519 (X25519), authenticated symmetric encryption with ChaCha20-Poly1305, and reasoning about elliptic curves. +* [`process`](src/lib/process.pl) + Create and manage parallel processes. * [`uuid`](src/lib/uuid.pl) UUIDv4 generation and hex representation * [`tls`](src/lib/tls.pl) Predicates for negotiating TLS connections explicitly.