Concurrency techniques for task juggling at work

An employee working on a set of tasks throughout the day behaves similar and faces the same problems as OS working concurrently on a set of threads.

I feel that many techniques that are used to support concurency in computers are completely overlooked in usual working practices but would be very beneficial.

Example 1: when a thread is switching to the halted state, it dumps all its context and current state. Do people dump the contents of their mind when they are interrupted? No. But everyone has that context when working on a task: temporary plan of subtasks, problems, improvement ideas etc. It gets forgotten an is very painful to remember, “load back into RAM”.