execute(_:)

    On an EmbeddedEventLoop, execute will simply use scheduleTask with a deadline of now. This means that task will be run the next time you call EmbeddedEventLoop.run.

    Embedded.swift:160
    func execute(_ task: @escaping () -> Void)

    Other members in extension

    Type members

    • init()

      Initialize a new EmbeddedEventLoop.

    Instance members

    Show implementation details (4)

    Hide implementation details