Content deleted Content added
Cnwilliams (talk | contribs) |
occam too |
||
Line 1:
In computing, a '''channel''' is a model for [[interprocess communication]] and [[synchronization]]. A message may be sent over a channel, and another process or thread is able to synchronously receive messages sent over a channel it has a [[reference (computer science)|reference]] to, as a [[stream (computing)|stream]].
Channels first originated in [[communicating sequential processes]] (CSP), a formal model for concurrency
==Channel implementations==
|