Changes between Version 2 and Version 3 of ConcurrencyExtensions


Ignore:
Timestamp:
06/04/14 11:26:29 (12 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConcurrencyExtensions

    v2 v3  
    112112In this case, it will just execute the loop sequentially without
    113113creating any new threads.
     114
     115== Worksharing ==
     116
     117We could take this further and provide in CIVL-C "worksharing"
     118constructs similar to those in OpenMP.  Would this be a good idea?
     119
     120