Static class that contains necessary information for sections. Sections allow for the user to submit multiple actions to be executed in parallel. A sections region contains a collection of actions to be executed, specified as Parallel.Section directives. More information can be found in the Parallel.Sections documentation.
More...
|
static ConcurrentBag< Action > | actions_pv |
| The actions submitted by the individual section directives. More...
|
|
Static class that contains necessary information for sections. Sections allow for the user to submit multiple actions to be executed in parallel. A sections region contains a collection of actions to be executed, specified as Parallel.Section directives. More information can be found in the Parallel.Sections documentation.
◆ SectionsContainer()
DotMP.SectionsContainer.SectionsContainer |
( |
IEnumerable< Action > |
actions | ) |
|
|
package |
◆ GetNextItem()
Action DotMP.SectionsContainer.GetNextItem |
( |
out bool |
successful | ) |
|
|
inlinepackage |
Gets the next item from the actions bag.
- Parameters
-
successful | Whether or not fetching from the bag was successful. |
- Returns
- The action pulled from the bag, if successful. If unsuccessful, undefined.
◆ actions_pv
ConcurrentBag<Action> DotMP.SectionsContainer.actions_pv |
|
staticprivate |
The actions submitted by the individual section
directives.
The documentation for this class was generated from the following file: