C Fil Sharp Lambda
new Thread(() =>
{
Console.WriteLine("Anonymous Thread job goes here...");
}).Start();
Leander
new Thread(() =>
{
Console.WriteLine("Anonymous Thread job goes here...");
}).Start();