Controlling the flow of Coroutines by Tasks ?

mkrug wrote on Thursday, September 06, 2007:

Hello,

I just ask myself if there is a possiblity to control CoRoutines out of tasks. From the API documentation it looks like that the Semaphore, Queues etc mechanisms work only exclusivly for the task-to-task control or CoRoutine-to-CoRoutine control.
What I like to see is to start a control until it waits for a semaphore that is given within a usual task.

Best Regards
Markus

rtel wrote on Sunday, September 09, 2007:

You assumptions are correct in the current version, and like you I agree it would be a ‘nice to have’ to change this behaviour.  See here:https://sourceforge.net/forum/forum.php?thread_id=1819436&forum_id=382005

Regards.