1979 WCT World Doubles

The 1979 WCT World Doubles, also known by its sponsored name Braniff Airways World Doubles Championship, was a men's tennis tournament played on indoor carpet courts at Olympia in London, England that was part of the 1979 Colgate-Palmolive Grand Prix.[1] It was the tour finals for the doubles season of the WCT Tour section. The tournament was held from January 3 through January 7, 1979.[1]

1979 WCT World Doubles
DateJanuary 3 – 7
Edition7th
CategoryGrand Prix (WCT)
Draw8D
Prize money$200,000
SurfaceCarpet (i)
LocationLondon, England
VenueOlympia
Champions
Doubles
Peter Fleming / John McEnroe

Final

Doubles

Peter Fleming / John McEnroe defeated Ilie Năstase / Sherwood Stewart 3–6, 6–2, 6–3, 6–1

gollark: And how do I make the initial `request` nonblocking?
gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.