Files
exercises-in-programming-style/29-dataspaces
2018-12-13 19:57:17 -08:00
..
2014-01-07 14:16:30 -08:00
2018-12-13 19:57:17 -08:00

Style #29

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