in MobiusCore/Source/WorkBag.swift [43:47]
func submit(_ action: @escaping WorkItem) { access.guard { queue.append(action) } }