mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-22 03:46:03 +03:00
add readme for some patterns
This commit is contained in:
parent
7a0e67f0b3
commit
6722c9ba1c
1
gomore/04_fan_in/README.md
Normal file
1
gomore/04_fan_in/README.md
Normal file
@ -0,0 +1 @@
|
||||
# 淡入模式
|
1
gomore/05_fan_out/README.md
Normal file
1
gomore/05_fan_out/README.md
Normal file
@ -0,0 +1 @@
|
||||
# 淡出模式
|
4
gomore/07_rate_limiting/README.md
Normal file
4
gomore/07_rate_limiting/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# 限流模式
|
||||
|
||||
就是限制控制突发和访问频率的一种模式
|
||||
|
3
gomore/08_semaphore/README.md
Normal file
3
gomore/08_semaphore/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 信号量模式
|
||||
|
||||
就是使用信号量进行同步的一种方式,Go里面有种同步方式,信号量是其中一种.
|
Loading…
Reference in New Issue
Block a user