8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LazyUpdate has two exec fn's, exec and exec_mut. However it looks like their function signatures are identical?
LazyUpdate
exec
exec_mut
specs/src/world/lazy.rs
Lines 303 to 305 in 81073f3
Lines 337 to 339 in 81073f3
I was wondering what is the difference between the two?