about summary refs log tree commit diff stats
path: root/cpp/061channel.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1242 - simpler implementation for 'scenario'Kartik K. Agaram2015-05-021-9/+9
| | | | | Also now has the side effect that scenarios can have any number of 'run' or check or any future blocks, in any order.
* 1209 - channels painlessly ported overKartik K. Agaram2015-04-281-0/+266
I've made some tweaks to the arc version. In/out params should be identical; it was ugly that the in param was a pointer but the out wasn't. Still need to check the /same-as-ingredient property.