Async Proc is an Extension which you can use to run a Procedure asynchronously. You no longer have to wait for a loop to finish and don’t worry about your app Crashing due to Android System thinking that your app crashed while doing intense processes.
I will try but is it possible and alternative link for your free extension.We need register for download it.I think you can upload it here.Also Google drive or other platforms make it easy
Yes you have to register for a account. It is my website and I host my files there. You have to register in order to download the file in future again also you will get an email to download the Extension. As a promotion offer 3$ is being granted to those who are new there.
I tried it but i think its not work with this example
Created copy of all Quicksort blocks.Added prefix ASYNC to names.Changed all produce calls to async i think its make loop and this loop never end.I want use async quicksort, is it possible?