We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c885c commit 82c1d95Copy full SHA for 82c1d95
src/Xamarin.Android.Build.Tasks/Tasks/Aot.cs
@@ -267,7 +267,7 @@ bool RunParallelAotCompiler (List<string> nativeLibs)
267
268
ThreadingTasks.ParallelOptions options = new ThreadingTasks.ParallelOptions {
269
CancellationToken = cts.Token,
270
- TaskScheduler = ThreadingTasks.TaskScheduler.Default,
+ TaskScheduler = ThreadingTasks.TaskScheduler.Current,
271
};
272
273
ThreadingTasks.Parallel.ForEach (GetAotConfigs (), options,
0 commit comments