Changes between Initial Version and Version 1 of Ticket #12332, comment 4
- Timestamp:
- Sep 19, 2014, 2:56:32 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12332, comment 4
initial v1 3 3 How about: 4 4 5 I think we could see at this problem from global perspective. This problem could be handled in events library. I.e. throw an error/warning when there are two callbacks binded with the same priority, and one of them stop() event execution. 5 I think we could see at this problem from global perspective. This problem could be handled in events library. I.e. throw an error/warning when there are two callbacks binded with the same priority, and one of them stop() event execution. Of course only in development version. 6 6 7 7 Or to provide extra flag which inform that some callback can stop() event. And then this callbacks will be handled first.