Skip to content

Concurrent ProgrammingΒΆ

← Back to Domain-Specific Abstractions by Domain

2 domain-specific abstractions whose origin domain is Concurrent Programming.

  • Join-pattern β€” A concurrency construct that atomically fires a reaction when a declared combination of asynchronous messages is simultaneously available on several channels.
  • Thread-local storage β€” A storage mechanism giving each execution thread its own instance of a variable that otherwise has static or global lifetime and access syntax.