Skip to content

Allow Runnable implementations to be restarted (start, shutdown, start) #18

@mrcrgl

Description

@mrcrgl

Currently, once a Runnable is started and then shut down, it cannot be started again. Enhance the Runnable trait and its implementations to support restarting: allow instances to be started, then shut down, and then started again. This will enable more flexible process management and is a prerequisite for implementing automatic restarts and back-off strategies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions