savanovich / py_cpp_thread

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 69.2%Language:Makefile 16.8%Language:Python 14.0%