always(_:)

    Adds an observer callback to this EventLoopFuture that is called when the EventLoopFuture has any result.

    EventLoopFuture.swift:1566
    @preconcurrency func always(_ callback: @escaping (Result<Value, Error>) -> Void) -> EventLoopFuture<Value>

    Parameters

    callback

    the callback that is called when the EventLoopFuture is fulfilled.

    Returns

    the current EventLoopFuture

    Other members in extension

    Type members

    Instance members

    Show obsolete interfaces (9)

    Hide obsolete interfaces