Files
exercises-in-programming-style/30-dataspaces/README.md
2019-08-12 14:38:16 -07:00

333 B

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