# python3_apply_async **Repository Path**: feko/python3_apply_async ## Basic Information - **Project Name**: python3_apply_async - **Description**: 基于python3.6 的多进程异步的示例!!! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-12 - **Last Updated**: 2021-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python3_apply_async #### 介绍 基于python3.6 的多进程异步的示例!!! #### 使用说明 在192.168.31.161,192.168.31.168两台机上加上公key和创建一个/tmp/test.txt文件 ```shell [root@test-vm-002 ~]# python3 python3-apply_async.py 192.168.31.161正在操作 192.168.31.168正在操作 this is a centos7!!! xxxx xxxx this is a rockylinux!!! xxxx xxxx 执行结束!!! ```