summaryrefslogtreecommitdiffstats
path: root/src/templates/conditional.mako.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add deferrable callbacksBrad Bishop2017-06-191-0/+7
| | | | | | | | | | | Deferrable callbacks delay callback invocation until a pre configured length of time has elapsed. One example scenario where deferrable callbacks help is to avoid oscillation when testing a condition and making callbacks frequently. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I180c99b57ec1c9bde4da76d947a026f809341c8a
* Add conditional callbacksBrad Bishop2017-06-191-0/+3
Enable conditional application of callbacks. Change-Id: I9d765e5f585aac40994b65da3b51ea891beae9bf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud