Co routine

nobody wrote on Friday, May 18, 2007:

Co routine can run with other task, queue & semaphore API?
Where i can find any application which is giving example of this?

rtel wrote on Friday, May 18, 2007:

Co-routines use their own API:  xQueueCRReceiveFromISR(), xQueueCRSendFromISR(), xQueueCRReceive(), xQueueCRSend().

Regards.