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