Hi Royale, Do we have any tools in royale that we can use to ensure a block of code runs before any binding events that have been fired in said block of code, are resolved after our block of codes runs?
A visual example
blockOfCode() {
foo()
//how can I ensure code below here to run before binding's resolve?
}
foo(){
//fires off some binding events
}
Any help is appreciated. Thanks!
-Gabriel Barbosa
--
Sent from: http://apache-royale-development.20373.n8.nabble.com/
