ab8e4e299475db81f4b6a67de52c7dc81f9ce902
[mono.git] / mcs / class / Mono.Parallel / Documentation / en / index.xml
1 <Overview>
2   <Assemblies>
3     <Assembly Name="Mono.Parallel" Version="4.0.0.0">
4       <AssemblyPublicKey>[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 79 15 99 77 d2 d0 3a 8e 6b ea 7a 2e 74 e8 d1 af cc 93 e8 85 19 74 95 2b b4 80 a1 2c 91 34 47 4d 04 06 24 47 c3 7e 0e 68 c0 80 53 6f cf 3c 3f be 2f f9 c9 79 ce 99 84 75 e5 06 e8 ce 82 dd 5b 0f 35 0d c1 0e 93 bf 2e ee cf 87 4b 24 77 0c 50 81 db ea 74 47 fd da fa 27 7b 22 de 47 d6 ff ea 44 96 74 a4 f9 fc cf 84 d1 50 69 08 93 80 28 4d bd d3 5f 46 cd ff 12 a1 bd 78 e4 ef 00 65 d0 16 df ]</AssemblyPublicKey>
5       <Attributes>
6         <Attribute>
7           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
8         </Attribute>
9       </Attributes>
10     </Assembly>
11   </Assemblies>
12   <Remarks>To be added.</Remarks>
13   <Copyright>To be added.</Copyright>
14   <Types>
15     <Namespace Name="Mono.Collections.Concurrent">
16       <Type Name="ConcurrentOrderedList`1" DisplayName="ConcurrentOrderedList&lt;T&gt;" Kind="Class" />
17       <Type Name="ConcurrentSkipList`1" DisplayName="ConcurrentSkipList&lt;T&gt;" Kind="Class" />
18     </Namespace>
19     <Namespace Name="Mono.Threading">
20       <Type Name="AtomicBoolean" Kind="Class" />
21       <Type Name="AtomicBooleanValue" Kind="Structure" />
22       <Type Name="CSnzi" Kind="Class" />
23       <Type Name="CSnziNode" Kind="Class" />
24       <Type Name="CSnziState" Kind="Enumeration" />
25       <Type Name="ReaderWriterLockSlimmer" Kind="Structure" />
26       <Type Name="Snzi" Kind="Class" />
27       <Type Name="SpinLockWrapper" Kind="Class" />
28     </Namespace>
29     <Namespace Name="Mono.Threading.Tasks">
30       <Type Name="CyclicDeque`1" DisplayName="CyclicDeque&lt;T&gt;" Kind="Class" />
31       <Type Name="IConcurrentDeque`1" DisplayName="IConcurrentDeque&lt;T&gt;" Kind="Interface" />
32       <Type Name="IMonoTaskScheduler" Kind="Interface" />
33       <Type Name="MonoTaskExtensions" Kind="Class" />
34       <Type Name="PopResult" Kind="Enumeration" />
35       <Type Name="ThreadWorker" Kind="Class" />
36     </Namespace>
37   </Types>
38   <Title>Mono.Parallel</Title>
39   <ExtensionMethods>
40     <ExtensionMethod>
41       <Targets>
42         <Target Type="T:System.Threading.Tasks.Task" />
43       </Targets>
44       <Member MemberName="Execute">
45         <MemberSignature Language="C#" Value="public static void Execute (this System.Threading.Tasks.Task task, Action&lt;System.Threading.Tasks.Task&gt; childWorkAdder);" />
46         <MemberSignature Language="ILAsm" Value=".method public static hidebysig void Execute(class System.Threading.Tasks.Task task, class System.Action`1&lt;class System.Threading.Tasks.Task&gt; childWorkAdder) cil managed" />
47         <MemberType>ExtensionMethod</MemberType>
48         <ReturnValue>
49           <ReturnType>System.Void</ReturnType>
50         </ReturnValue>
51         <Parameters>
52           <Parameter Name="task" Type="System.Threading.Tasks.Task" RefType="this" />
53           <Parameter Name="childWorkAdder" Type="System.Action&lt;System.Threading.Tasks.Task&gt;" />
54         </Parameters>
55         <Docs>
56           <param name="task">Task to run.</param>
57           <param name="childWorkAdder">Action that will be called with the Task that is being scheduled while above Task is executed as a parameter.</param>
58           <summary>Execute a <see cref="T:System.Threading.Tasks.Task" /> body and track any other Task scheduling during it which is then passed to the supplied action for specific scheduling.</summary>
59         </Docs>
60         <Link Type="Mono.Threading.Tasks.MonoTaskExtensions" Member="M:Mono.Threading.Tasks.MonoTaskExtensions.Execute(System.Threading.Tasks.Task,System.Action{System.Threading.Tasks.Task})" />
61       </Member>
62     </ExtensionMethod>
63   </ExtensionMethods>
64 </Overview>