Ad
  • Custom User Avatar

    Hi! so a normal generator function would yield the value, pause (save state) and exit.
    I have trouble wrapping this in my mind, where would I keep that state since I am not using the traditional generator instead making a pseudo-one. I can get the sequencer function started but it is always 1,1,1 of course because it does not know anything about the previousState - a little nudge in the right direction would be appreciated! Thanks.