Merge pull request #3029 from triska/process_item

add newly available library(process) to the list of libraries
This commit is contained in:
Mark Thom
2025-08-08 21:11:32 -07:00
committed by GitHub

View File

@@ -761,6 +761,8 @@ The modules that ship with Scryer Prolog are also called
public key signatures and signature verification with Ed25519, public key signatures and signature verification with Ed25519,
ECDH key exchange over Curve25519 (X25519), authenticated symmetric ECDH key exchange over Curve25519 (X25519), authenticated symmetric
encryption with ChaCha20-Poly1305, and reasoning about elliptic curves. 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 * [`uuid`](src/lib/uuid.pl) UUIDv4 generation and hex representation
* [`tls`](src/lib/tls.pl) * [`tls`](src/lib/tls.pl)
Predicates for negotiating TLS connections explicitly. Predicates for negotiating TLS connections explicitly.