Originally published at: Sharpening Our Preemptive Threads – Xojo Programming Blog
In Xojo 2024r3.1 we introduced the highly requested preemptive threads feature. This new thread type enables true independent execution of code, separate from the main thread or any other threads, allowing full utilization of all CPU cores. Let’s explore some of the improvements we’ve made since adding this capability. Protecting Our Objects Xojo objects are…
10 Likes