DOCA Secure Channel related question

DOCA Secure Channel application documentation mentions that the implementation is based on client/server, producer/consumer framework of the doca_comch, but I can not see any call to “producer”/“consumer” functions, however I could see client/server and the pthreads primitives.

Secure Channel really implements producer/consumer framework ?

Thanks.
BR,
Vlademir

maybe this is what you’re looking for:
https://docs.nvidia.com/doca/sdk/doca+comch/index.html#src-3138208906_id-.DOCAComchv2.9.0LTS-Architecture

It introduces the doca_comch_producer and doca_comch_consumer contexts.