Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ParallelForAction.cs
Go to the documentation of this file.
1
namespace
ReLogic.Threading
;
2
3
public
delegate
void
ParallelForAction
(
int
fromInclusive,
int
toExclusive,
object
context);
ReLogic.Threading.ParallelForAction
delegate void ParallelForAction(int fromInclusive, int toExclusive, object context)
ReLogic.Threading
Definition
AsyncActionDispatcher.cs:6
source
ReLogic
ReLogic.Threading
ParallelForAction.cs
Generated by
1.10.0