Multithreading and EnkiTS #1083
Replies: 1 comment
|
Ah, I see that this was changed since the last release: https://github.com/erincatto/box2d/pull/1049/changes So my confusion is from the mismatch between the sample in the repository versus the sample in the latest release (and therefore published docs). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The documentation states:
But I can't seem to actually find anything about this in the samples. Also, it says here
Box2D does not create threadsbut in scheduler.c it clearly does?Is the documentation wrong? What is the correct way of integrating with EnkiTS (or any other task scheduler that you might already be using)?
All reactions