Are job structs going to be deprecated?

It seems lambda is now the rage but most of our code uses job structs. We even have utility job structs that can be reused. I don’t want to change it but if it’s going to be deprecated, I’m gonna have to start refactoring.

No, they are not going anywhere. In fact the lambda entities.foreach gets compiled into a custom struct that implements IJobChunk.

2 Likes