muffin v7.4
This commit is contained in:
parent
8a7847ff37
commit
a4175abacd
54 changed files with 95984 additions and 123967 deletions
|
|
@ -53,9 +53,9 @@ internal sealed class TaskCreator
|
|||
int index = 1;
|
||||
List<ITask> list3 = new List<ITask>(index);
|
||||
CollectionsMarshal.SetCount(list3, index);
|
||||
Span<ITask> span = CollectionsMarshal.AsSpan(list3);
|
||||
Span<ITask> span2 = CollectionsMarshal.AsSpan(list3);
|
||||
int num = 0;
|
||||
span[num] = new WaitAtEnd.WaitNextStepOrSequence();
|
||||
span2[num] = new WaitAtEnd.WaitNextStepOrSequence();
|
||||
list2 = list3;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue