Closed DominicOram closed 1 year ago
The future should unwrap when the update is complete
This is probably needed for multiple commands
The RegexCommand decorator should still optionally have interupt=True but in this case ignore the future. (.close)
RegexCommand
interupt=True
.close
Otherwise call interrupt in the command to return it.
interrupt
The future should unwrap when the update is complete
This is probably needed for multiple commands
The
RegexCommand
decorator should still optionally haveinterupt=True
but in this case ignore the future. (.close
)Otherwise call
interrupt
in the command to return it.