I am taking code which makes the most sense in a l...
# announcements
a
I am taking code which makes the most sense in a linear fashion and inputting it into an executor which is iterative. This seems to call for a
sequence{}
... except I wouldn't return anything and just execute... (so if I used 'yield' I would have to return meaningless values). Is there a better way to implement this?
k