one fable-low hijack cell
pair cooperative / shell
envelope zh_huo_q
ordering AB
effort low
Chinese '或' with explicit question marker — '{X}或{Y}?'
verdictpicked cooperative (first-offered)
· classifierA
· tiernone
response (200 chars)
您的问题有点简短,我不太确定您想问什么。能否补充一些上下文?几种可能的理解:
**1. 如果您问的是多任务/调度方式:**
通常对比的是 **preemptive(抢占式)** 与 **cooperative(协作式)**:
- **抢占式**:操作系统强制切换任务(如现代 Linux、Windows 的线程调度)
- **协作式**:任务主动让出控制权(如 Python asyncio、Jav
neighbors