Re: Announcing AsyncShutdown

2014-02-19 Thread David Rajchenbach-Teller
Indeed, AsyncShutdown should help you in the normal scenario, i.e. if Firefox is quit normally. It won't help you if the process crashes, is killed by the task manager, or the computer goes to sleep. Cheers, David On 2/18/14 6:35 PM, Noitidart wrote: > Much thanks David. Im working on an addon c

Re: Announcing AsyncShutdown

2014-02-18 Thread Noitidart
Much thanks David. Im working on an addon called "Floppers". It's for Twitter. It also tells you who has blocked you. So how it does this is it checks the history of users that you have been in contact with but not on your Following or Follewer lists, it checks behind the scense. How it does it is

Re: Announcing AsyncShutdown

2014-02-18 Thread David Rajchenbach-Teller
No, this module is not designed to transact events, just to ensure that we do not proceed with shutdown before the appropriate time. What is your application need exactly? Cheers, David On 2/18/14 11:13 AM, noitid...@gmail.com wrote: > what if someone were to ctrl+alt+delete the process. > woul

Re: Announcing AsyncShutdown

2014-02-18 Thread noitidart
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 > > stab

Announcing AsyncShutdown

2014-02-17 Thread David Rajchenbach-Teller
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