advanceTime(by:)

    Runs the event loop and moves “time” forward by the given amount, running any scheduled tasks that need to be run.

    Embedded.swift:176
    func advanceTime(by increment: TimeAmount)

    Other members in extension

    Type members

    • init()

      Initialize a new EmbeddedEventLoop.

    Instance members

    Show implementation details (4)

    Hide implementation details