Co routine

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

Co routine

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