Python 3 多线程编程

本文主要基于python 3.5实现多线程编程

1. 创建多线程

mt_1

2. 多线程间的同步,lock机制

mt_2

3.  queue和多线程的结合

你可能感兴趣的:(Python 3 多线程编程)