Skip to content

Commit 7703804

Browse files
committed
doc/go1.18: document non-cooperative preemption on windows/arm{,64}
For #47694. Updates #49759. Change-Id: I7accd81b8ea6c31e4a2b5e155cf93fe9c447813b Reviewed-on: https://go-review.googlesource.com/c/go/+/367095 Trust: Jason A. Donenfeld <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent a0506bd commit 7703804

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/go1.18.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,11 @@ <h3 id="gofmt"><code>gofmt</code></h3>
193193

194194
<h2 id="runtime">Runtime</h2>
195195

196-
<p>
197-
TODO: complete this section, or delete if not needed
196+
<p><!-- https://golang.org/issue/49759 -->
197+
The <pre>windows/arm</pre> and <pre>windows/arm64</pre> ports now support
198+
non-cooperative preemption, bringing that capability to all four Windows
199+
ports, which should hopefully address subtle bugs encountered when calling
200+
into Win32 functions that block for extended periods of time.
198201
</p>
199202

200203
<h2 id="compiler">Compiler</h2>

0 commit comments

Comments
 (0)