Re: Handling execution dependencies

2013-01-14 Thread Ehsan Akhgari
Can you please add code snippets on that page to show how this API can be used to solve some example problems? It would really help if those problems are the sort of things that actually come up in the Mozilla code base. I have a really hard time inferring how the API is supposed to be used

Handling execution dependencies

2013-01-12 Thread David Rajchenbach-Teller
Dear everybody, As Firefox moves each day more to an asynchronous execution model, we keep facing issues related to dependencies between tasks. Here are a few examples: 1. component A can only be initialized one or more other components have reached some state; 2. off main thread I/O should