We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fba348 commit 933e4d1Copy full SHA for 933e4d1
examples/basic/syncs/mutex_trylock.go
@@ -13,6 +13,8 @@ import (
13
//
14
// > (TryLockはmをロックしようとし、成功したかどうかを報告します。)
15
16
+// mutex.TryLock() は、ロック取得をノンブロッキングにしたい場合に利用できます。
17
+//
18
// # REFERENCES
19
20
// - https://pkg.go.dev/sync@go1.22.1#Mutex.TryLock
0 commit comments