package
0.0.0-20201217080943-41f7235bfc01
Repository: https://github.com/gopherty/learning.git
Documentation: pkg.go.dev

# Functions

Test1 channel的基本实现.
Test2 测试使用 runtime 包中的 GOMAXPROCS.
Test3 测试从 通道获取下一个值.
Test4 测试无缓存通道是否会阻塞后面的代码执行.
Test5 测试带缓存的 channel.
Test6 信号量模式.
Test7 测试 sync 包的信号量实现同步.

# Interfaces

Empty test7 的测试用例.