Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Try-Catch-TaskRun
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; namespace Rextester { public class Program { public static void Main(string[] args) { try { Task.Run(() => Run()); } finally { Console.WriteLine("Main thread - Finally"); } } public static void Run() { Thread.Sleep(100); Console.WriteLine("New thread"); } } }
run
|
edit
|
history
|
help
0
5454
Extension Methods (edited)
dice roll
Task 1_4
sdfrgthyjuiloiujyhtgrf
Least Common Multiple of 2 or more numbers.
2 ushort remix to 1 int
Imp
jjj3
Fibonacci