Exemple #1
0
        static void Main(string[] args)
        {
            //    BasicScheduling();
            //    BasicSchedulingEveryTwoSeconds();
            //    ObservableIntervalOnCurrentThread();
            ParametrizedConcurrency();

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

            FixedGeneratePrimesFromChapter5();
            Console.WriteLine("Press <Enter> to continue...");
            Console.ReadLine();
        }