static void Main(string[] args) { // BasicScheduling(); // BasicSchedulingEveryTwoSeconds(); // ObservableIntervalOnCurrentThread(); ParametrizedConcurrency(); TypesOfSchedulersExamples.Run(); Console.WriteLine("Press <Enter> to continue..."); Console.ReadLine(); }
private static void Main(string[] args) { BasicScheduling(); BasicSchedulingEveryTwoSeconds(); ObservableIntervalOnCurrentThread(); ParametrizedConcurrency(); TypesOfSchedulersExamples.Run(); FixedGeneratePrimesFromChapter5(); Console.WriteLine("Press <Enter> to continue..."); Console.ReadLine(); }