Files
exercises-in-programming-style/16-dataspaces
Crista Lopes e7dae08097 Cosmetic
2013-12-27 08:11:41 -08:00
..
2013-12-27 08:11:41 -08:00

Style #16

Constraints:

  • Existence of one or more units that execute concurrently

  • Existence of one or more data spaces where concurrent units store and retrieve data

  • No direct data exchanges between the concurrent units, other than via the data spaces

Possible names:

  • Dataspaces
  • Linda