We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6b5df commit 392ffe6Copy full SHA for 392ffe6
03_singleton/README.md
@@ -0,0 +1,3 @@
1
+# 单例模式
2
+
3
+使用懒惰模式的单例模式,使用双重检查加锁保证线程安全
0 commit comments