func start()

in MobiusCore/Source/WorkBag.swift [34:40]


    func start() {
        access.guard {
            precondition(state == .notStarted)
            state = .idle
        }
        service()
    }