Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 537 Bytes

c_each.md

File metadata and controls

25 lines (17 loc) · 537 Bytes

ceach, c-each

Concurrent "each".

ceach [ alice bob charly ]
  task elt "prepare monthly report"

which is equivalent to

concurrence
  task 'alice' "prepare monthly report"
  task 'bob' "prepare monthly report"
  task 'charly' "prepare monthly report"

see also

For-each, c-map, and c-for-each.