_thread 低级线程 API


_thread 模块提供用于处理多个线程的低级原语 (轻量进程),多个控制线程共享其全局数据空间。

Table of contents


  1. GIL (Python Interpreter Lock) Python 解释器锁
  2. GIL 全局解释器锁 解决办法

See also:

Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.

Previous topic

GIL 解决办法

Next topic

GIL 锁

Quick search