There's no real advantage. Each approach moves the cost differently. If the background thread is long running then split tasks might fit into different EDT "beats" but that would be random.
Calls will remain "in order" when executed though. Just make sure to minimize the "heavy lifting" on the EDT (e.g. parsing, storage etc.) and everything else should be fine. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/8a0d6f21-54fd-4e21-919b-c0944d1c4d8a%40googlegroups.com.
