public ConcurrencyService(AndroidUiScheduler androidUiScheduler)
 {
     _androidUiScheduler = androidUiScheduler;
 }
Esempio n. 2
0
 public Bootstrapper(Context context)
 {
     _uiScheduler = new AndroidUiScheduler(context.MainLooper);
 }
Esempio n. 3
0
 public Bootstrapper(Context context)
 {
     _uiScheduler = new AndroidUiScheduler(context.MainLooper);
 }