Replies: 1 comment 1 reply
-
@avimess23 Today this isn't an option. You would have to add a channel in your function to send values back on. I have considered adding support for this as the |
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
-
Hi all,
I would like to use goChron for my program but I cant seem to find a built in way to retrieve the return values from the function I am schedualing.
I have concidered using a channel, which would solve the problem, but I wanted to make sure it was absolutely necessary before I change my function's code.
Is there already a way to retrieve said values from the scheduled function?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions