Python笔记
🗒️进程和线程
00 分钟
2021-7-2
2023-12-30
type
status
date
slug
summary
tags
category
icon
学习进度
  • 进程和线程
notion image
notion image
  • 进程不能共享内存,线程可以共享内存。
notion image
  • 并行执行
notion image