Jump to content

Chord (concurrency)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Doradus (talk | contribs) at 03:45, 26 December 2013 (Move definition to lede). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A chord is a concurrency construct available in Polyphonic C♯ and inspired by the join pattern of the join-calculus. A chord is a function body that is associated with multiple function headers and cannot execute until all function headers are called.[1]

Synchronicity

defines two types of functions synchronous and asynchronous. A synchronous function acts like a standard function in most Object-Oriented Language, upon invocation the function body is executed and a return value may or may not be returned to the caller. An asynchronous function acts similar to a function that returns void except that it is guaranteed to return immediately with the execution being done in a separate thread.

References

  1. ^ "Cω Overview". Retrieved 2008-07-10.