docs » cp.rx.ImmediateScheduler
Schedules Observables by running all operations immediately.
- Constructors - API calls which return an object, typically one that offers API methods
- create
- Methods - API calls which can only be made on an object returned by a constructor
- schedule
| Signature | cp.rx.ImmediateScheduler.create() -> cp.rx.ImmediageScheduler |
|---|---|
| Type | Constructor |
| Description | Creates a new ImmediateScheduler. |
| Returns |
|
| Signature | cp.rx.ImmediateScheduler:schedule(action) -> cp.rx.Reference |
|---|---|
| Type | Method |
| Description | Schedules a function to be run on the scheduler. It is executed immediately. |
| Parameters |
|
| Returns |
|