-
released this
2025-12-02 10:53:25 -05:00 | 53 commits to master since this release[airlock_libs/v5.0.0] - 2025-12-02
🚜 Refactor
- Implemented Threaded Rust Process
It still locks the GIL, but this is the ground work for the non blocking GUI. Python objects are converted to Rust objects in the beginning of the function call so they can be sent to threads safely.
Downloads
- Implemented Threaded Rust Process