Channel (programming): Difference between revisions

Content deleted Content added
No edit summary
Tag: section blanking
WikiCleanerBot (talk | contribs)
m v2.04b - Bot T19 CW#83 - Fix errors for CW project (Heading start with three "=" and later with level two)
Line 4:
 
 
=== libthread channels= ==
The [[Multithreading (computer architecture)|multithreading]] library, [[libthread]], which was first created for the operating system [[Plan 9 from Bell Labs|Plan 9]], offers inter-thread communication based on fixed-size channels.
 
=== OCaml events= ==
The [[OCaml]] event module offers typed channels for synchronization. When the module's send and receive functions are called, they create corresponding send and receive events which can be synchronized.