open_toontown_panda3d/panda
rdb c4a01ac564 pipeline: give Mutex and ReMutex more Pythonic semantics
This allows using mutices in with-blocks and wraps up the functionality of acquire() and try_acquire() into a single acquire(blocking=True).

Furthermore, the GIL is no longer released in cases of no contention.
2019-05-12 20:58:13 +02:00
..
metalibs Remove old Carbon-based OS X graphics back-end 2019-01-09 18:27:57 -05:00
src pipeline: give Mutex and ReMutex more Pythonic semantics 2019-05-12 20:58:13 +02:00