]> Repositorios git - scryer-prolog.git/commitdiff
add newly available library(process) to the list of libraries
authorMarkus Triska <[email protected]>
Tue, 5 Aug 2025 15:50:27 +0000 (17:50 +0200)
committerMarkus Triska <[email protected]>
Tue, 5 Aug 2025 15:51:08 +0000 (17:51 +0200)
Thank you a lot @Skgland for this extremely valuable contribution!

README.md

index 19a2700a74dc38398834a2ebef77840e81ab5cd6..24ec6b6e4dee9d510638b6a252a0fcdf520248c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -761,6 +761,8 @@ The modules that ship with Scryer&nbsp;Prolog are also called
   public key signatures and signature verification with&nbsp;Ed25519,
   ECDH key&nbsp;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.