Add new mju_threadpool API function, and delete old threading API.
PiperOrigin-RevId: 922838541 Change-Id: Id9f7e0fb298ffde61fcc49a802dc78971858ce51
This commit is contained in:
committed by
Copybara-Service
parent
a22fc2423a
commit
b935d4153c
@@ -725,6 +725,9 @@ PYBIND11_MODULE(_functions, pymodule) {
|
||||
Def<traits::mj_version>(pymodule);
|
||||
Def<traits::mj_versionString>(pymodule);
|
||||
|
||||
// Thread pool
|
||||
Def<traits::mju_threadpool>(pymodule);
|
||||
|
||||
// Ray collision
|
||||
Def<traits::mj_multiRay>(
|
||||
pymodule,
|
||||
|
||||
Reference in New Issue
Block a user