Channel (programming): Difference between revisions

Content deleted Content added
Mrp61 (talk | contribs)
mNo edit summary
Tags: Reverted possible conflict of interest
Line 94:
* For C++:
** [[stlab]]<ref>{{cite web|url=https://stlab.cc/libraries/concurrency|title=stlab is the ongoing work of what was Adobe's Software Technology Lab. The Adobe Source Libraries (ASL), Platform Libraries, and new stlab libraries are hosted on github.|date=2021-01-31}}</ref> This implementation supports splits, and different merge and zip operations. Different executors can be attached to the individual nodes.
 
* For C:
** pthreadChannel<ref>{{cite web|url=https://github.com/gdavidbutler/pthreadChannel|title=pthreadChannel is a LGPL licensed library that provides a Channel style programming environment for POSIX threads in C hosted on GitHub.|date=2024-11-26}}</ref> This implementation provides features required for portable, robust and scalable parallel algorithms. The deceptively simple API unlocks powerful semantics demonstrated by non-trivial examples.
 
== References ==