Skip to content

MauiAndroidScheduler class

Defined in

Namespace: System.Reactive.Concurrency Assembly: ReactiveMarbles.ViewModel.MAUI.dll Full name: System.Reactive.Concurrency.MauiAndroidScheduler Modifiers: public

Summary

View source

        MauiAndroidScheduler is a scheduler that schedules items on a running
        Activity's main thread. This is the moral equivalent of
        DispatcherScheduler.
        

Applies to

net8.0-android34.0

Class hierarchy
classDiagram
class MauiAndroidScheduler
class IScheduler {
    <>
}
IScheduler <|.. MauiAndroidScheduler

Implements: IScheduler

Constructors

NameSummary
.ctorInitializes a new instance of the [MauiAndroidScheduler](# class.

Properties

NameSummary
static MainThreadSchedulerGets a common instance to avoid allocations to the MainThread for the MauiAndroidScheduler.
NowGets the scheduler's notion of current time.

Methods

NameSummary
ScheduleSchedules an action to be executed.
Inherited members