All Questions
1 question
2
votes
1
answer
142
views
Performing an action which may return other actions to be performed, concurrently
I have a program which, at its core, involves repeatedly performing an action on some value, and based on that action also returning a list of new values to perform that action on. The pure version of ...