Hello,
Here is the use cases of this object oriented coroutines library:
- Context switching is expensive with threads, with coroutines it is
really fast.
- Coroutines eliminate race conditions and that's really interesting
on embeded systems and other applications.
- My mutex and semaphore of my coroutines library are much much
more faster than the mutex and semaphore used on processes and threads.
You can download this object oriented Stackful coroutines library for
Delphi and FreePascal from:
https://sites.google.com/site/aminer68/object-oriented-stackful-coroutines-library-for-delphi-and-freepascal
Thank you,
Amine Moulay Ramdane.