The simple-parallel-tasks Reference Manual

This is the simple-parallel-tasks Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:53:32 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 simple-parallel-tasks

Evaluate forms in parallel

Author

Guillaume Le Vaillant

License

GPL-3

Version

1.0

Dependency

chanl (system).

Source

simple-parallel-tasks.asd.

Child Component

simple-parallel-tasks.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 simple-parallel-tasks/simple-parallel-tasks.asd

Source

simple-parallel-tasks.asd.

Parent Component

simple-parallel-tasks (system).

ASDF Systems

simple-parallel-tasks.


3.1.2 simple-parallel-tasks/simple-parallel-tasks.lisp

Source

simple-parallel-tasks.asd.

Parent Component

simple-parallel-tasks (system).

Packages

simple-parallel-tasks.

Public Interface

4 Packages

Packages are listed by definition order.


4.1 simple-parallel-tasks

Source

simple-parallel-tasks.lisp.

Use List
  • chanl.
  • common-lisp.
Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: plet (bindings &body body)

Like LET, but the BINDINGS are evaluated in parallel.

Package

simple-parallel-tasks.

Source

simple-parallel-tasks.lisp.

Macro: plist (&rest forms)

Evaluate FORMS in parallel and return the results in a list.

Package

simple-parallel-tasks.

Source

simple-parallel-tasks.lisp.

Macro: pprog1 (first-form &body forms)

Evaluate FIRST-FORM and FORMS in parallel and return the result of the evaluation of FIRST-FORM.

Package

simple-parallel-tasks.

Source

simple-parallel-tasks.lisp.

Macro: pprogn (&rest forms)

Evaluate FORMS in parallel and return the result of the evaluation of the last form.

Package

simple-parallel-tasks.

Source

simple-parallel-tasks.lisp.

Macro: pvalues (&rest forms)

Evaluate FORMS in parallel and return the results as multiple values.

Package

simple-parallel-tasks.

Source

simple-parallel-tasks.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables