-
Say I had a timer event firing every minute. Say it fires and is processing...could a grain method be called and now my timer processing code is running at the same time as a grain method? Would I be guaranteed the "one-at-a-time" queue behavior that grain methods have even though the timer doesn't trigger the normal start of a grain method? |
Beta Was this translation helpful? Give feedback.
Answered by
swegele
May 6, 2024
Replies: 1 comment 1 reply
-
Still getting my head wrapped around the terms used here "interleave" and "re-entrancy" but I think this topic and related stuff answeres my question for now and maybe for future enhancements too. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
swegele
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Still getting my head wrapped around the terms used here "interleave" and "re-entrancy" but I think this topic and related stuff answeres my question for now and maybe for future enhancements too.