Skip to content

WasmScheduler class

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.Wasm.dll Full name: System.Reactive.Concurrency.WasmScheduler Modifiers: public

Summary

View source

        A scheduler for the WASM systems.
        

Applies to

net9.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0

Class hierarchy
classDiagram
class WasmScheduler
class LocalScheduler
LocalScheduler <|-- WasmScheduler
class ISchedulerPeriodic {
    <>
}
ISchedulerPeriodic <|.. WasmScheduler

Inherits from: LocalScheduler

Implements: ISchedulerPeriodic

Constructors

NameSummary
.ctor

Properties

NameSummary
static DefaultGets the singleton instance of the WASM scheduler.

Methods

NameSummary
ScheduleSchedules an action to be executed immediately.
SchedulePeriodicSchedules a periodic piece of work, using a Windows.System.Threading.ThreadPoolTimer object.
Inherited members