remove(path:eventLoop:)

    Removes the file at path on a private thread pool which is separate from any EventLoop thread.

    NonBlockingFileIO.swift:779
    func remove(path: String, eventLoop: EventLoop) -> EventLoopFuture<Void>

    Parameters

    path

    The path of the file to be removed.

    eventLoop

    The EventLoop on which the returned EventLoopFuture will fire.

    Returns

    An EventLoopFuture which is fulfilled if the remove was successful or fails on error.

    Other members in extension

    Types

    Type members

    Instance members