/ndn-cpp-cocomo

Toy NDN client library with C++20 features (COroutine, COncepts & MOdules). NOT a serious project!

Primary LanguagePython

NDN CoCoMo is a NDN client library with Concept Coroutine and Module ... Well, a delayed April fool's joke. I don't have effort nor willing to implement such a library. This is simply a playground to test new feature.

Asyncio

This part uses C++ 20 coroutine to implement Python-style generator and coroutine. Key functions print logging to help people learn the mechanism.