Skip to content

Commit e2efadb

Browse files
committed
_content/doc/go1.23: document Windows timers resulution improvements
I missed to add timer resolution improvements in the release notes for Go 1.23. This is a significant change, so better late than never. For golang/go#44343 Change-Id: I7fe22a1752a45df9094d5233bed762823322c7a9 Reviewed-on: https://go-review.googlesource.com/c/website/+/614435 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent ed4f083 commit e2efadb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_content/doc/go1.23.md

+3
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,9 @@ Templates now support the new "else with" action, which reduces template complex
564564
[`Parse`](/pkg/time#Parse) and [`ParseInLocation`](/pkg/time#ParseInLocation) now return an error if the time zone
565565
offset is out of range.
566566

567+
On Windows, [`Timer`](/pkg/time#Timer), [`Ticker`](/pkg/time#Ticker), and functions that put the goroutine to sleep,
568+
such as [`Sleep`](/pkg/time#Sleep), got their time resolution improved to 0.5ms instead of 15.6ms.
569+
567570
#### [`unicode/utf16`](/pkg/unicode/utf16/)
568571

569572
The [`RuneLen`](/pkg/unicode/utf16#RuneLen) function returns the number of 16-bit words in

0 commit comments

Comments
 (0)