From e243495e9d45e9f64ff141068c0734bb5fee871a Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 13 Nov 2016 19:01:28 +0100 Subject: [PATCH] Asynchronous cancelable I/O have been implemented in CL 31521. --- Plan9.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Plan9.md b/Plan9.md index e2f83f01..bc99a0d1 100644 --- a/Plan9.md +++ b/Plan9.md @@ -147,8 +147,6 @@ The Plan 9 port of Go is considered experimental and is still a work-in-progress Many issues are currently open on the [Go issue tracker](https://golang.org/issues) with the [OS-Plan9](https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3AOS-Plan9) label. -The most important issue is probably the lack of support for asynchronous cancellable I/O ([issue 11932](https://golang.org/issue/11932)). An experimental implementation has been tried in [CL 3231](https://golang.org/cl/3231), but getting rid of the remaining race conditions would likely require runtime support. - # Help The Plan 9 port of Go is a community-driven port. Any help to improve the Go port on Plan 9 would be highly appreciated.