#147 ✓resolved
bahuvrihi

Remove App.ready

Reported by bahuvrihi | February 11th, 2009 @ 04:53 PM

App.ready can cause an app to run on multiple threads.

If on thread A:


  app.run   # state == RUN
  app.stop  # state == STOP

Then on thread B, before run terminates:


  app.ready # state == READY
  app.run   # ok to go!

App already ensures it will reset ready regardless of how it exits.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

A framework for making configurable, file-based tasks and workflows.

People watching this ticket

Referenced by

Pages