Content deleted Content added
No edit summary |
No edit summary |
||
Line 60:
Task parallelism can be supported in general-purposes languages either built-in facilities or libraries. Notable examples include:
* C++ (Intel): [[Threading Building Blocks]]
* C++ (Open Source/Apache 2.0): [[RaftLib]]
* C, C++, Objective-C (Apple): [[Grand Central Dispatch]]
* D: [[Task_(computing)|tasks]] and [[Fiber_(computer_science)|fibers]]
|