MauiAndroidScheduler class¶
Defined in
Namespace: System.Reactive.Concurrency
Assembly: ReactiveMarbles.ViewModel.MAUI.dll
Full name: System.Reactive.Concurrency.MauiAndroidScheduler
Modifiers: public
Summary¶
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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [MauiAndroidScheduler](# class. |
Properties¶
| Name | Summary |
|---|---|
| static MainThreadScheduler | Gets a common instance to avoid allocations to the MainThread for the MauiAndroidScheduler. |
| Now | Gets the scheduler's notion of current time. |
Methods¶
| Name | Summary |
|---|---|
| Schedule | Schedules an action to be executed. |