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
-
bahuvrihi February 11th, 2009 @ 05:21 PM
- State changed from new to resolved
- Assigned user set to bahuvrihi
(from [c9eefdf6cc65ea3d7b7f082534aee8356d46bbdb]) remvoed App.ready [#147 state:resolved responsible:bahuvrihi] http://github.com/bahuvrihi/tap/...
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.
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
- 147 Remove App.ready (from [c9eefdf6cc65ea3d7b7f082534aee8356d46bbdb]) remvoed...