面试题-Golang汇总

Posted by lichao modified on June 28, 2022

golang 中如何实现 producer-consumer 模式

考察对channel的理解和使用,包括对阻塞队列和非阻塞队列的选择和权衡,以及在超时方面是否有控制和考虑等