init(threadPool:)

    Creates a new FileSystem using the provided thread pool.

    FileSystem.swift:77
    iOS
    13.0+
    macOS
    10.15+
    tvOS
    13.0+
    watchOS
    6.0+
    init(threadPool: NIOThreadPool)

    Parameters

    threadPool

    A started thread pool to execute blocking system calls on. The FileSystem doesn’t take ownership of the thread pool and you remain responsible for shutting it down when necessary.

    Other members in extension

    Type members

    Instance members

    Show system interfaces (1)

    Hide system interfaces