add LifecycleTimer - #3263
Conversation
25aa67c to
ee55b3f
Compare
fujitatomoya
left a comment
There was a problem hiding this comment.
i am not sure if we want to have the APIs something like these under LifecycleNode namespace. i mean that there is already LifecyclePublisher created by LifecycleNode::create_publisher, that tells me create_timer should be lifecycle-managed without having dedicated API? or probably with optional flag like lifecycle_managed?
|
Yes I get that and I actually mentioned it here. The trouble is that since |
Signed-off-by: Arman Hosseini <[email protected]>
ee55b3f to
00e093d
Compare
Signed-off-by: Arman Hosseini <[email protected]>
Signed-off-by: Arman Hosseini <[email protected]>
Description
Resolves #3255
Adds LifecycleTimer, as requested per issue.
Is this user-facing behavior change?
Methods
create_timerandcreate_wall_timerofLifecycleNodeare deprecated in favor ofcreate_lifecycle_timerandcreate_lifecycle_wall_timer.Did you use Generative AI?
I asked questions from Claude, but the code is completely mine.
Additional Information