/py_cpp_thread

Python extenion which starts lengthy I/O operation in C++ thread

Primary LanguageC++

This Python extenion use C++ lib which starts lengthy I/O operation in another thread and waits it's finish using conditional variable.

To check how it works execute:

  make run