From: Jason A. Donenfeld
Date: Thu, 25 Nov 2021 12:05:58 +0000 (+0100)
Subject: doc/go1.18: document non-cooperative preemption on windows/arm{,64}
X-Git-Tag: go1.18beta1~172
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=77038044ca7b11fce7eb11f3e6115ed753c2c2bd;p=gostls13.git
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
Reviewed-by: Emmanuel Odeke
---
diff --git a/doc/go1.18.html b/doc/go1.18.html
index 6d813dce2e..c9c70267f1 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -193,8 +193,11 @@ proposal.
Runtime
-
- TODO: complete this section, or delete if not needed
+
+ The
windows/arm
and windows/arm64
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.
Compiler