Skip to content

MauiMacScheduler class

Defined in

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

Summary

View source

        MauiMacScheduler.
        

Applies to

net8.0-ios17.2, net8.0-maccatalyst17.2

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

Implements: IScheduler

Constructors

NameSummary
.ctor

Properties

NameSummary
NowGets the scheduler's notion of current time.

Methods

NameSummary
ScheduleSchedules an action to be executed.
Inherited members