static func connect(to address: SocketPath,
                        options: SocketOptions,
                        closure: (Connection) throws -> Void) throws {
        try closure(connect(to: address, options: options))
    }