objectflow
objectflow copied to clipboard
Workflows should be reusable
Right now, workflows rely on closures for keeping a sort of local data. Unfortunately, this means a workflow object can only be used once. Should create a concept that uses thread-static storage instead of closures.