summary refs log tree commit diff stats
path: root/lib/pure/concurrency
Commit message (Collapse)AuthorAgeFilesLines
* nice error messageAraq2014-08-081-0/+3
|
* setMaxPoolSize improvementsAraq2014-08-081-5/+10
|
* some changesAraq2014-06-091-9/+9
|
* big rename: Promise -> FlowVarAraq2014-06-061-62/+62
|
* added 'fence' instructions to the barrierAraq2014-06-061-9/+16
|
* Promises are now refsAraq2014-06-051-57/+67
|
* barrier more efficientAraq2014-06-031-19/+25
|
* hopefully faster barrier implementationAraq2014-06-021-6/+14
|
* bugfix: codegen for promisesAraq2014-06-021-1/+1
|
* bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'Araq2014-05-251-55/+79
|
* progress with futuresAraq2014-05-231-18/+15
|
* 'parallel' statement almost workingAraq2014-05-221-0/+112
|
* progress for the 'parallel' statementAraq2014-05-141-11/+15
|
* initial non-compiling version of 'parallel'Araq2014-05-123-0/+364