0
votes
1answer
37 views
ActionScript/Flex: Why are the apply{Fault,Result} methods of AsyncToken internal?
As the title suggests, why are the applyResult and applyFault methods of AsyncToken marked mx_internal?
There have been a few times that I would have liked to use AsyncToken in my code, but I've …
1
vote
1answer
130 views
ActionScript 3 AsyncToken implementation
Looking for an example or documentation links as to how to implement a method returning AsyncToken.
Note this is not about using/consuming a method returning AsyncToken! I wish to write such methods …
