Notes
Search...
Ctrl
K
JAVA
Concurrency
Concurrency Design Patterns
Previous
Fork/Join
Next
Immutable
Last updated
5 years ago
Was this helpful?
多线程版本的 If:
,
分工问题:
,
,
不可变
写时复制
线程本地变量
Guarded Suspension 模式
Balking 模式
两阶段终止模式
Thread-Per-Message
Work Thread
生产者-消费者