objectflow icon indicating copy to clipboard operation
objectflow copied to clipboard

Workflows should be reusable

Open tkellogg opened this issue 14 years ago • 0 comments

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.

tkellogg avatar Jul 18 '11 13:07 tkellogg