The collective context switch from one coscheduled set of tasks to anotherDo you know how much is the delay? i.e what is overlap time when a thread
-- while fast -- is not atomic. If a use-case needs the absolute guarantee
that all tasks of the previous set have stopped executing before any task
of the next set starts executing, an additional hand-shake/barrier needs to
be added.