Keep simple work sequential - Java Thread Pools | Zoonk
Keep simple work sequential
Choose when one-at-a-time execution is the right model. You will reason about cases where simple sequential code is clearer and safer than splitting work before there is a real need.