Hello,
Read the following about my Object oriented coroutines library...
As you have noticed i have said that the important pros
of my object oriented coroutines library are those:
- 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.
So if you want to do embeded systems programming with this library
you can use also the 32 bit Dos version of the FreePascal compiler
that you can download from here:
http://www.freepascal.org/download.var
Because not only this Object oriented coroutines library runs on
Windows and Mac OS X and Linux on (x86) , but it runs also
on the Dos OS to be able to do embeded system programming with
it.
Thank you,
Amine Moulay Ramdane.