目录引言一、介绍二、创建进程1、导入multiprocessing模块2、创建进程3、启动进程4、进程的状态二、进程间通信1、队列(Queue)2、管道(Pipe)3、共享内存(Value、Array)4、信号量(Semaphore)5、事件(Event)6