robotlegs-sharp / robotlegs-sharp-framework

An C# application framework. Ported from Robotlegs for ActionScript 3.
MIT License
84 stars 25 forks source link

Can execute an async command one by one through DirectCommandMap? #12

Closed iDreamsOfGame closed 4 years ago

iDreamsOfGame commented 6 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.