Coroutine\Channel->close

最后更新于:2022-04-02 06:26:41

# Coroutine\\Channel->close 关闭通道。并唤醒所有等待读写的协程。 ~~~ funtion Coroutine\Channel->close(); ~~~ * 唤醒所有生产者协程,`push`方法返回`false` * 唤醒所有消费者协程,`pop`方法返回`false`
';