commit | d9cb63b6c34aa928a285bd9788ccc681640e9f6a | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed Mar 24 14:36:49 2021 -0500 |
committer | Matthew Barth <msbarth@us.ibm.com> | Thu Jun 10 14:01:23 2021 -0500 |
tree | e03b432279ef986d108ff6d9596b8a9996fb253f | |
parent | 45c44ea0c03dde8737bf8b44a6c5d8b6282e6aae [diff] |
control: Handle adding timers and when they expire Timers are added to the manager object with a package of data that's used when the timer expires and runs a set of actions. Each timer added creates a new timer instance and `oneshot` timers are removed when they expire. Change-Id: I1c47878fd3f68a1121b0fd0dfdfe3e66f9ff783f Signed-off-by: Matthew Barth <msbarth@us.ibm.com>