🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## Coroutine\\Channel->close 关闭通道。并唤醒所有等待读写的协程。 ~~~ funtion Coroutine\Channel->close(); ~~~ * 唤醒所有生产者协程,`push`方法返回`false` * 唤醒所有消费者协程,`pop`方法返回`false`