leonardomcl / tokio4delphi
PublicHigh-performance async/await library for Delphi, powered by Rust's Tokio runtime.
This project adds background task handling to Delphi apps, allowing time-intensive work to run without freezing the user interface, using familiar patterns like parallel runs, races, and timeouts.
How It Works
You're building a desktop app and want it to stay responsive while handling slow tasks like loading data or processing files.
Download the simple files from the project's page and place them next to your app's main program file.
Include the provided helper code in your app so you can start using background tasks right away.
Tell your app to do heavy work in the background, like fetching info or crunching numbers, while keeping the screen lively and clickable.
Click buttons or triggers in your app, and watch it handle multiple jobs at once without slowing down or freezing.
Set up things like waiting for the fastest result, running steps in order, or looping over lots of items quickly across your computer's power.
Your app now feels modern and fast, juggling background work effortlessly so users love the responsive experience.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.