-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Pascal Costanza edited this page Aug 24, 2017
·
3 revisions
We will use this wiki to create a documentation that is more structured than is possible with Godoc. The initial piece of documentation is about the core task-based parallelism constructs. Documentation for the rest of pargo is going to be added over time (in the very near future).
Of course, the wiki can also be used for other purposes, as usual. Feel free to suggest improvements or topics, etc., by submitting issues or pull requests.
-
Task-based parallelism with
Do
,And
/Or
,Range
, and similar functions from theparallel
andspeculative
packages.