//
pkg.gl
Category
github.com/gopherty/learning
golang
code
channel
package
0.0.0-20201217080943-41f7235bfc01
Repository:
https://github.com/gopherty/learning.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
156 SLOC
#
Functions
Test1
Test1 channel的基本实现.
Test2
Test2 测试使用 runtime 包中的 GOMAXPROCS.
Test3
Test3 测试从 通道获取下一个值.
Test4
Test4 测试无缓存通道是否会阻塞后面的代码执行.
Test5
Test5 测试带缓存的 channel.
Test6
Test6 信号量模式.
Test7
Test7 测试 sync 包的信号量实现同步.
#
Interfaces
Empty
Empty test7 的测试用例.