readlink(path:eventLoop:)

    Returns target of the symbolic link at path on a private thread pool which is separate from any EventLoop thread.

    NonBlockingFileIO.swift:626
    func readlink(path: String, eventLoop: EventLoop) -> EventLoopFuture<String>

    Parameters

    path

    The path of the link to read.

    eventLoop

    The EventLoop on which the returned EventLoopFuture will fire.

    Returns

    An EventLoopFuture containing link target.

    Other members in extension

    Types

    Type members

    Instance members