Software Architect, C# lover with a strong focus on architecture, backend & Azure Cloud development. Love to learn & share my knowledge using StackOverflow, GitHub and knowledge sessions.
Location
The Netherlands
Education
Informatics, Rotterdam University of Applied Sciences
If I interpret it correctly, starting a task with LongRunning flag will just do the same, create a new thread.
May be this is different in .NET Core - but will be then also apply to .NET 5.0
Link to the source code below.
Ah great advice there.
Just stumbled about,
If I interpret it correctly, starting a task with LongRunning flag will just do the same, create a new thread.
May be this is different in .NET Core - but will be then also apply to .NET 5.0
Link to the source code below.
BR Andre
github.com/dotnet/runtime/blob/851...