/py3_learn

Primary LanguagePython

python3 learning note

decorator

生产者消费者模式

1, 多线程实现

生产者:mthread/pc/produce.py 消费者:mthread/pc/consumer.py