InputAction GetState should be thread-safe

As a developer, I want to use InputActions to process input in a parallel context. I want to do this for camera controls. Right now you have to cache the state since you can’t use GetState in parallel. I want to be able to just call this function without any additional work.