stories icon indicating copy to clipboard operation
stories copied to clipboard

Deny to pass the same state to several stories sequentially.

Open proofit404 opened this issue 4 years ago • 0 comments

state = State()
a1(state)
a2(state) # error

Conceptually, it's possible to do.

Technically, it'll be a nightmare to support.

proofit404 avatar Mar 24 '21 23:03 proofit404