Skip to content

Commit

Permalink
Update 20240716a_Go_1.23リリース連載始まります&timeパッケージ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ma91n authored Jul 18, 2024
1 parent 0d0cada commit c3b8600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ func consumer(ctx context.Context, in <-chan token) {

ようするに、データベースや外部API呼び出しなど、I/Oが発生するようなコードで毎回丁寧に`context.WithTimeout()`を使ってきちんとタイムアウトでエラーになるような丁寧な暮らしをしているGo開発者は全員ひっかかっていた、ということになります。なお、タイマーが作成される箇所は`context`の内部で、直接触れないため、`Reset()`による回避もできなかったと。それが今回の修正でGCされるようになったということで、丁寧な人には恩恵があるアップデートのようです。

明日は真野さんのでarchive/tarです
明日は真野さんので[archive/tar](/articles/20240717a/)です


0 comments on commit c3b8600

Please sign in to comment.