Closed luboid closed 3 months ago
It looks like TaskCreationOptions.LongRunning is preferred to be used when the task is a sync method that is computationally bound, but not async which will give up control of the thread running task on the next await
It looks like TaskCreationOptions.LongRunning is preferred to be used when the task is a sync method that is computationally bound, but not async which will give up control of the thread running task on the next await