This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Releases: pharo-project/threadedFFI-Plugin
Releases · pharo-project/threadedFFI-Plugin
v1.4.0
Version v1.3.1
- Fixing problems with the detection of callbacks returning in bad order.
- The plugin and the image code handles them gracefully.
Release v1.3.0
This version includes:
- Support for having a MainThreadWorker
- Integration with the IDLE VM
- MainThreadWorker
- Improvements in the performance of TFFI
- Improvements in the handling of callbacks
Version v1.2.0
- Adding the ability to correctly handling callbacks from different threads, with tests.
- Update to be compatible with latest Pharo800 changes
- Improving the execution in a different build directory
- Using pools of semaphores to improve performance.