Exemplo n.º 1
0
 static ConcurrencyAbstraction()
 {
     Current = PlatformProvider.Current.GetService <IConcurrencyAbstraction>();
 }
Exemplo n.º 2
0
 static DefaultScheduler()
 {
     instance    = new Lazy <DefaultScheduler>(() => new DefaultScheduler());
     concurrency = ConcurrencyAbstraction.Current;
 }