Tag

ThreadStart

1 views collected around this technical thread.

Wukong Talks Architecture
Wukong Talks Architecture
Apr 27, 2019 · Fundamentals

C# Multithreading Journey (2) – Creating and Starting Threads

This article explains how to create and start threads in C#, covering ThreadStart delegates, lambda expressions, passing parameters, naming threads, foreground/background distinctions, thread priority, and exception handling, with clear code examples and best‑practice recommendations.

Thread PriorityThreadStartc
0 likes · 13 min read
C# Multithreading Journey (2) – Creating and Starting Threads