Replies: 2 comments 3 replies
-
I would use PS I'm working on |
Beta Was this translation helpful? Give feedback.
2 replies
-
@halturin I will have a look at How should I implement a grafeful exit, preferrably with the ability to return an exit code as most CLI's have. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am designing a data migration tool. To perform migration and intermediate transformation steps, each could be very elegantly be implmented as an actor. But when all the data is migrated, how should/would I signal this to all the actors to stop and be able to return an exit code from my main function?
Beta Was this translation helpful? Give feedback.
All reactions