what if someone were to ctrl+alt+delete the process.
would the queue of events be queued to run on startup? i have a great need for 
that

On Monday, February 17, 2014 2:48:32 AM UTC-8, David Rajchenbach-Teller wrote:
> I'm happy to announce that the AsyncShutdown module is now considered
> 
> stable and to invite you to make use of it in your code, should you need
> 
> the feature.
> 
> 
> 
> The AsyncShutdown module is a simple mechanism designed to help us
> 
> handle dependencies between asynchronous modules during shutdown. A
> 
> typical example is a module that needs during shutdown to collect data
> 
> (asynchronously) then write it to the profile dir (asynchronously)
> 
> before profile-before-change completes. AsyncShutdown lets us avoid
> 
> (most of) the mess of spinning nested event loops, offers a readable API
> 
> and handles {dead, live}locks and error reporting.
> 
> 
> 
> For more details, see  http://wp.me/p52O1-mn and
> 
> https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/AsyncShutdown.jsm
> 
> 
> 
> For the moment, this module is only for JavaScript, but we plan to
> 
> eventually port it to C++, so if you need it in C++, please get in touch
> 
> (bug 918317).
> 
> 
> 
> Asynchronously yours,
> 
>  David
> 
> 
> 
> -- 
> 
> David Rajchenbach-Teller, PhD
> 
>  Performance Team, Mozilla

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to