Closed iDreamsOfGame closed 4 years ago
How to execute async commands like this: https://github.com/PureMVC/puremvc-swift-util-asynccommand/blob/master/standard/AsyncCommand/org/puremvc/swift/standard/utilities/asynccommand/patterns/command/AsyncMacroCommand.swift Execute an async command one by one. After an async command executed, then execute another async command. I just saw "directCommandMap.detain(this);" on doc, but this can not make next sub-command execute after this command execute completed.
How to execute async commands like this: https://github.com/PureMVC/puremvc-swift-util-asynccommand/blob/master/standard/AsyncCommand/org/puremvc/swift/standard/utilities/asynccommand/patterns/command/AsyncMacroCommand.swift Execute an async command one by one. After an async command executed, then execute another async command. I just saw "directCommandMap.detain(this);" on doc, but this can not make next sub-command execute after this command execute completed.