ReactiveSwift Docs

View on GitHub

Install in Dash

ReactiveSwift Reference ImmediateScheduler Class Reference

ImmediateScheduler

public final class ImmediateScheduler : Scheduler 

A scheduler that performs all work synchronously.

  • Immediately calls passed in action.

    Declaration

    Swift

    @discardableResult
    public func schedule(_ action: @escaping () -> Void) -> Disposable ?

    Parameters

    action

    A closure of the action to be performed.

    Return Value

    nil.

© 2020 ReactiveCocoa. All rights reserved. (Last updated: 2020年01月07日)

Generated by jazzy ♪♫ v0.13.0, a Realm project.

AltStyle によって変換されたページ (->オリジナル) /