Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Here is the use cases of this object oriented coroutines library

1 view
Skip to first unread message

Ramine

unread,
Aug 8, 2016, 3:25:13 PM8/8/16
to
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.




0 new messages