Пример #1
0
 protected ICompletable CreateTimer(int ticks) =>
 Completable.Timer(TimeSpan.FromTicks(ticks), _scheduler);