]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: document non-cooperative preemption on windows/arm{,64}
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 25 Nov 2021 12:05:58 +0000 (13:05 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 26 Nov 2021 13:18:11 +0000 (13:18 +0000)
For #47694.
Updates #49759.

Change-Id: I7accd81b8ea6c31e4a2b5e155cf93fe9c447813b
Reviewed-on: https://go-review.googlesource.com/c/go/+/367095
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
doc/go1.18.html

index 6d813dce2e0e0d47d0909c785f036dab6ff9560b..c9c70267f195adced4ca2352bc7d72dbaacc9e12 100644 (file)
@@ -193,8 +193,11 @@ proposal</a>.
 
 <h2 id="runtime">Runtime</h2>
 
-<p>
-  TODO: complete this section, or delete if not needed
+<p><!-- https://golang.org/issue/49759 -->
+  The <pre>windows/arm</pre> and <pre>windows/arm64</pre> ports now support
+  non-cooperative preemption, bringing that capability to all four Windows
+  ports, which should hopefully address subtle bugs encountered when calling
+  into Win32 functions that block for extended periods of time.
 </p>
 
 <h2 id="compiler">Compiler</h2>