Comments on: How to Run Code in a New Thread in C# https://code-maze.com/csharp-new-thread/ Learn. Code. Succeed. Wed, 24 Dec 2025 15:55:37 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Marinko Spasojević https://code-maze.com/csharp-new-thread/#comment-6804 Fri, 21 Oct 2022 06:32:15 +0000 https://drafts.code-maze.com/?p=60570#comment-6804 In reply to Paul.

Hello Paul. It is in a separate file. Feel free to inspect the source code that we share at the beginning of each article: https://github.com/CodeMazeBlog/CodeMazeGuides/blob/main/threads-csharp/MultithreadingInCsharp/RunCodeInNewThreadConsoleApplication/ThreadInfo.cs

]]>
By: Paul https://code-maze.com/csharp-new-thread/#comment-6802 Thu, 20 Oct 2022 18:09:51 +0000 https://drafts.code-maze.com/?p=60570#comment-6802 Nice example, but where is “ThreadInfo.Log()” defined?

]]>