File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,7 +1332,7 @@ public static decimal CalculatePrecision(string numberWithDecimals)
1332
1332
}
1333
1333
1334
1334
/// <summary>
1335
- /// Make a task execute synchronously
1335
+ /// Make a task execute synchronously - do not call this from the UI thread or it will lock up the application
1336
1336
/// </summary>
1337
1337
/// <param name="task">Task</param>
1338
1338
public static void Sync ( this Task task )
@@ -1341,7 +1341,7 @@ public static void Sync(this Task task)
1341
1341
}
1342
1342
1343
1343
/// <summary>
1344
- /// Make a task execute synchronously
1344
+ /// Make a task execute synchronously - do not call this from the UI thread or it will lock up the application
1345
1345
/// </summary>
1346
1346
/// <param name="task">Task</param>
1347
1347
/// <returns>Result</returns>
You can’t perform that action at this time.
0 commit comments