Opened 9 years ago
Last modified 9 years ago
#5563 enhancement new
Deprecate reactor.addSystemEventTrigger, replace with reactor.callWhenRunning and reactor.callBeforeStopping
Reported by: | Itamar Turner-Trauring | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Keywords: | |
Cc: | Branch: | ||
Author: |
Description
reactor.addSystemEventTrigger
supports a whole variety of states that only the internal reactor uses, and is a bad API in general. Adding reactor.callBeforeStopping
would provide the one useful functionality it provides to end users, allowing us to deprecate it.
Note: See
TracTickets for help on using
tickets.
As proposed by JP.